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

[SelectField] Keyboard navigation support #3583

Closed
wants to merge 1 commit into from

Conversation

chrismcv
Copy link
Contributor

@chrismcv chrismcv commented Mar 3, 2016

Closes #2947

  • PR has docs, demo, and is linted.
  • Commit and PR titles begin with [ComponentName], and are in imperative form: "[Component] Fix leaky abstraction".
  • Description explains the issue / use-case resolved, and auto-closes the related issue(s) (http://tr.im/vFqem).

@chrismcv
Copy link
Contributor Author

chrismcv commented Mar 3, 2016

@chrismcv chrismcv changed the title Select Field Keyboard support [SelectField] Keyboard navigation support Mar 3, 2016
@mbrookes mbrookes added the accessibility a11y label Mar 5, 2016
case 13:
case 32:
case 40:
event.preventDefault();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we use keycode here? (https://github.com/timoxley/keycode)

It was added to other components recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants