Skip to content
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

Open
rallyb13 opened this issue May 26, 2022 · 4 comments
Open

Type ahead to jump to items in the dropdown menu #74

rallyb13 opened this issue May 26, 2022 · 4 comments

Comments

@rallyb13
Copy link

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.

@rallyb13 rallyb13 added auro-select not-reviewed Issue has not been reviewed by Auro team members Type: Feature New Feature labels May 26, 2022
@jason-capsule42
Copy link
Member

We will need to discuss this and break it up into the separate feature requests. @braven112 let's get this one refined.

combobox:

  • support showing the list before typing
  • resolve support for typing valid options to make a selection without clicking on a menuoption
  • autocomplete: like aria autocomplete, navigating the menu automatically makes selection

select:

  • support using keyboard to jump to spots in the menu (e.g. a long list of airports - hitting s jumps to the first airport that starts with the letter s)
  • autocomplete: like aria autocomplete, navigating the menu automatically makes selection

@braven112
Copy link
Member

Sounds good, we'll go over this one tomorrow. @rallyb13 who is the product designer on your team?

@MattSidor
Copy link
Contributor

@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.

@blackfalcon
Copy link
Member

I feel like these two issues are similar in nature

@jason-capsule42 jason-capsule42 removed not-reviewed Issue has not been reviewed by Auro team members Type: Feature New Feature labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants