ComboBoi/MultiSelectComboBox focus behavior when clicking label is different than Select/DatePicker #7812
Labels
bug
Something isn't working
Impact: High
Severity: Minor
vaadin-combo-box
vaadin-multi-select-combo-box
Description
We have multiple field components which have dropdown popup. These differ in focus / blur behavior when clicking the label while the dropdown is open.
In case of ComboBox and MultiSelectComboBox when the dropdown is open and one clicks the label of the component, the blur event is fired and focus event is fired after that.
In case of Select and DatePicker clicking label will not emit blur event and hence no focus event is fired either.
Expected outcome
I would expect the behavior of these components to be consistent. I.e. they would fire focus and blur events in similar fashion.
Furthermore I think Select and DatePicker behavior is more correct.
Minimal reproducible example
Steps to reproduce
Environment
Vaadin version(s): Vaadin 24.4.11
Browsers
No response
The text was updated successfully, but these errors were encountered: