gatanaso / multiselect-combo-box

A multi select combo box web component based on Polymer and the vaadin-combo-box
https://multiselect-combo-box.web.app
Apache License 2.0
49 stars 39 forks source link

Close dropdown when toggle button clicked #99

Closed roman-hak closed 3 years ago

roman-hak commented 3 years ago

If a combo box is in an opened state (i.e. a dropdown is opened) clicking on a toggle button should turn the combo box back to a closed stated (i.e. close the dropdown).

The original Vaadin combo box behaves like that so I think the multiselect combo box should follow this behavior.

gatanaso commented 3 years ago

Hi and thanks for reporting this issue. Unfortunately, it looks like the underlying issue has not yet been fixed, as this has already been reported: https://github.com/gatanaso/multiselect-combo-box/issues/64.

I will close this as a duplicate.

roman-hak commented 3 years ago

Thanks for information and sorry for creating a duplicity. Next time I should definitely check already closed issues...