You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there's only one selected item when multiple selection is enabled and the user tries to deselect that item by clicking on the item inside the dropdown, instead from the 'clear' button, the value for the combo displays that single item still. The actual selection is empty, but the value displayed is incorrect.
Steps to reproduce
Open the attached sample.
Open the combo dropdown.
Click on "item4" to deselect it.
Close the dropdown by clicking outside the combo.
Result
The selected range is empty, but "item4" is still displayed in the combo:
Expected result
The combo should display the "select..." template.
Description
If there's only one selected item when multiple selection is enabled and the user tries to deselect that item by clicking on the item inside the dropdown, instead from the 'clear' button, the value for the combo displays that single item still. The actual selection is empty, but the value displayed is incorrect.
Steps to reproduce
Result
The selected range is empty, but "item4" is still displayed in the combo:
Expected result
The combo should display the "select..." template.
Attachments
sample-combo.zip
The text was updated successfully, but these errors were encountered: