Resetting the selection in a combo box require the following three lines:
myComboBox.clearValue();
myComboBox.applyEmptyText();
myComboBox.getPicker().getSelectionModel().doMultiSelect([], false);
Subscribe to:
Post Comments (Atom)
General software engineering and related programming techniques and information.
No comments:
Post a Comment