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
Is your feature request related to a problem? Please describe.
With a native <select>, I can change the selected option by focusing the select and hitting the up and down arrows, even if the select is collapsed. I do this frequently with selects and it's an expected interaction for me.
Describe the solution you'd like
<auro-select> should support the same interaction.
Describe alternatives you've considered
n/a
Additional context
GIF of interaction in a regular <select> (from MDN)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
With a native
<select>
, I can change the selected option by focusing the select and hitting the up and down arrows, even if the select is collapsed. I do this frequently with selects and it's an expected interaction for me.Describe the solution you'd like
<auro-select>
should support the same interaction.Describe alternatives you've considered
n/a
Additional context
GIF of interaction in a regular
<select>
(from MDN)The text was updated successfully, but these errors were encountered: