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 letter to focus menu item for ASelect #997

Open
frattaro opened this issue Nov 1, 2021 · 0 comments · May be fixed by #1219
Open

Type letter to focus menu item for ASelect #997

frattaro opened this issue Nov 1, 2021 · 0 comments · May be fixed by #1219

Comments

@frattaro
Copy link
Contributor

frattaro commented Nov 1, 2021

Is your feature request related to a problem? Please describe.

Native selects have a feature where you can type a letter and it automatically focuses that menu-list item. That should be added to get parity if not for the obvious UX improvement.

Describe the solution you'd like

When the select surface or menu is focused, catch Key...Down? events, check to see if it's a letter, and then focus to the first element that has that.

For bonus points, store the typed keys and zoom to the first entry starting with a sequence of keys. Debounce clearing that state after 1? 2? seconds.

@BogdanV3 BogdanV3 linked a pull request May 23, 2022 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant