I'm using a ComboBox component.
When I select an item manually through the drop list it is higlighted according to the current CSS file.
If I pre-select the combo-box using this.getSelectionModel().select(item) the item is selected in the combo box, but it is not highlighted visually.
When I select an item manually through the drop list it is higlighted according to the current CSS file.
If I pre-select the combo-box using this.getSelectionModel().select(item) the item is selected in the combo box, but it is not highlighted visually.