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
After value is selected, element doesn't have focus anymore. It happens when value is selected with keyboard (enter) and also when value is selected with mouse.
Here is an example from domino-ui demo where pressing tab after selecting passes focus to first element at the top.
select.mp4
The text was updated successfully, but these errors were encountered:
I compared AbstractSelect and AbstractSuggestBox and noticed that there is close listener (which is missing in AbstractSelect) for SuggestBox options menu added, like this
.addCloseListener(component -> focus())
So, you can just try something like this for yours Selects and it should work:
After value is selected, element doesn't have focus anymore. It happens when value is selected with keyboard (enter) and also when value is selected with mouse.
Here is an example from domino-ui demo where pressing tab after selecting passes focus to first element at the top.
select.mp4
The text was updated successfully, but these errors were encountered: