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

Fix navigation in SelectBox #69

Open
netmenya opened this issue Nov 17, 2017 · 0 comments
Open

Fix navigation in SelectBox #69

netmenya opened this issue Nov 17, 2017 · 0 comments

Comments

@netmenya
Copy link
Contributor

netmenya commented Nov 17, 2017

  1. Options shouldn't be selected by tab key.
  2. Down Arrow moves focus to the next option in OptionsList. Selection should also move with focus (optionally).
  3. Up Arrow moves focus to the previous option. Selection should also move with focus (optionally).
  4. Home Moves focus to the first option.
  5. End Moves focus to the last option.
  6. OptionsList may be closed only by choosing one of its options or clicking outside it. Tab key shouldn't close it.

Partly connected with #19

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

1 participant