Open
Description
Valid only for Combobox's selectionMode = multiple
Whenever the user opens up the dropdown and selected some items, if he hits the Cancel button, the selection made is not cleared.
Potential fix would be to clear reset the combo.list.selectedItems
to an empty array ([]
) and then call combo._validateMultiple(true)
, so the widget state gets update accordingly.
This bug has been introduced by 785de84.
Metadata
Metadata
Assignees
Labels
No labels
Activity