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
Try to mimic the native select behavior, by making the first option matching pressed keys to be focused/selected.
It might require an optional callback to be provided for this to work, as values can be objects and then, it's not immediately obvious what would be the right way to determine the first option that matches pressed key.
The text was updated successfully, but these errors were encountered:
Try to mimic the native
select
behavior, by making the first option matching pressed keys to be focused/selected.It might require an optional callback to be provided for this to work, as values can be objects and then, it's not immediately obvious what would be the right way to determine the first option that matches pressed key.
The text was updated successfully, but these errors were encountered: