there is an Issue with a MultiComboBox, namly, if the MultiComboBox Menu, selection hasn't yet been activated, MultiComboBox without activation
this.byId("idMultiComboBoxExample").getPicker().setContentMinWidth("100px")
isn't going to work,
this.byId("idMultiComboBoxExample").getPicker()
Delievers: null
null
after that:
MultiComboBox after activation
the ContentWidth can be set, without a Problem.
ContentWidth
Question How to set the ContentWidth of a MultiComboBox without first activation, or, what will be the css equivalent to that, in order by .addStyleClass("") to add a style class to limit the ContentWidth
MultiComboBox
.addStyleClass("")
1.4m articles
1.4m replys
5 comments
57.0k users