Closing the drop down doesn’t work as expected. When I click the dropdown icon (v), the dropdown down’t close. It only closes by pressing the escape key or clicking outside the control.
Hopefully this can this be fixed.
Thanks,
Hayo
Closing the drop down doesn’t work as expected. When I click the dropdown icon (v), the dropdown down’t close. It only closes by pressing the escape key or clicking outside the control.
Hopefully this can this be fixed.
Thanks,
Hayo
Hi Hayo,
Yeah there are already open issues about this, however the root cause originates from the vaadin-combo-box
: https://github.com/vaadin/vaadin-combo-box/issues/869. Once that is fixed it will be resolved also for this component.
BR,
Goran
Sorry, didn’t notice this was already a noted issue.
It’s interesting that the underlying problem comes from the standard combobox. That one is working fine for me though in this respect (i.e. it closes and opens fine when clicking the v).