-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type ahead to jump to items in the dropdown menu #74
Comments
We will need to discuss this and break it up into the separate feature requests. @braven112 let's get this one refined. combobox:
select:
|
Sounds good, we'll go over this one tomorrow. @rallyb13 who is the product designer on your team? |
@rallyb13 is on a new team as of today, so I can take over as representative for the Lounge team on this feature request. Our designer is Amanda Stockbridge. |
I feel like these two issues are similar in nature |
Is your feature request related to a problem? Please describe.
We want to use auro-select for the list of countries, a very long list that takes a long time to scroll through with no option to skip/drop/pop to a point below.
Describe the solution you'd like
Typing a letter should pop to the first entry with that letter.
Describe alternatives you've considered
We considered using the auro-combobox in place of the select, but that had some other minor problems (no list view without typing, typing an option in that matched a selectable option was not accepted, and behavior is strange for our use case with auto-fill).
We are currently using the native element, which has typeahead support.
The text was updated successfully, but these errors were encountered: