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

[Listbox] Keyboard Interactions #7

Closed
5 tasks done
Tracked by #1
samaraoliveiram opened this issue Jan 13, 2024 · 0 comments · Fixed by #8
Closed
5 tasks done
Tracked by #1

[Listbox] Keyboard Interactions #7

samaraoliveiram opened this issue Jan 13, 2024 · 0 comments · Fixed by #8

Comments

@samaraoliveiram
Copy link
Owner

samaraoliveiram commented Jan 13, 2024

  • Down Arrow: Moves focus to the next option.
  • Up Arrow: Moves focus to the previous option.
  • Home (Optional): Moves focus to first option. Supporting this key is strongly recommended for lists with more than five options.
  • End (Optional): Moves focus to last option. Supporting this key is strongly recommended for lists with more than five options.
  • Space: Toggle option selection.
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