Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deselecting the last selected item from the dropdown of a Combo does not display default template value. #327

Open
skrustev opened this issue Sep 29, 2020 · 0 comments

Comments

@skrustev
Copy link
Member

skrustev commented Sep 29, 2020

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

  1. Open the attached sample.
  2. Open the combo dropdown.
  3. Click on "item4" to deselect it.
  4. Close the dropdown by clicking outside the combo.

Result

The selected range is empty, but "item4" is still displayed in the combo:
Combo_result

Expected result

The combo should display the "select..." template.
Combo_expected

Attachments

sample-combo.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant