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
Right now, combobox options are closed only when selecting an option or pressing outside combobox boundaries, but not when pressing on "Done" action in virtual keyboard (at least in iOS).
Example:
Screen.Recording.2023-07-27.at.10.25.08.mp4
This is essentially blur and it’s registered as such when adding blur event handler. I suppose it should be differentiated from option press.
Other headless UI libraries handle it differently. React Aria and Reach UI perform closing action; Zag and Ariakit leave it open.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Right now, combobox options are closed only when selecting an option or pressing outside combobox boundaries, but not when pressing on "Done" action in virtual keyboard (at least in iOS).
Example:
Screen.Recording.2023-07-27.at.10.25.08.mp4
This is essentially blur and it’s registered as such when adding blur event handler. I suppose it should be differentiated from option press.
Other headless UI libraries handle it differently. React Aria and Reach UI perform closing action; Zag and Ariakit leave it open.
Beta Was this translation helpful? Give feedback.
All reactions