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
Problem is, that the sorting is triggered, if I try to select something in the Select-field... Problem seems to be always caused, if the used component has no own focus like a textfield or a combobox..
The select field is part of a filter in the table, so it is necessary...
vaadin/vaadin-grid#1378 describes the same problem, but combobox uses a text field, that can be focused.
Expected outcome
Selecting something in the field must not trigger sorting.
Description
Problem is, that the sorting is triggered, if I try to select something in the Select-field... Problem seems to be always caused, if the used component has no own focus like a textfield or a combobox..
The select field is part of a filter in the table, so it is necessary...
vaadin/vaadin-grid#1378 describes the same problem, but combobox uses a text field, that can be focused.
Expected outcome
Selecting something in the field must not trigger sorting.
Minimal reproducible example
Steps to reproduce
Select something from the field. The column is sorted in the background...
Environment
Browsers
Chrome, Firefox
The text was updated successfully, but these errors were encountered: