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

Accessibility Improvements #2

Open
bradledford opened this issue Sep 6, 2017 · 3 comments
Open

Accessibility Improvements #2

bradledford opened this issue Sep 6, 2017 · 3 comments

Comments

@bradledford
Copy link

Select control needs to be able to be navigated (expanded/collapsed) somehow using the keyboard. This commonly is done through key bindings for Return or Down Arrow while the control has focus, then allowing up and down arrow key navigation within the list of values.

@sthomas1618
Copy link
Owner

Partially done by d1b1e34

Events done: Up, Down, Escape, Enter, Tab

Some more events still need to be handled, like PageUp, PageDown, Home, End, Backspace

sthomas1618 pushed a commit that referenced this issue Mar 28, 2018
…" option enabled. (#4)

Issue #2 - Changed how the "Select All" option is unchecked if not all values are selected.
@jaiswal12345
Copy link

I don't see any docs for its implementation.Is there any chance of adding that?

@sthomas1618
Copy link
Owner

@jaiswal12345 Yes! I hope to find time to improve docs and also modernize the repo soon 😄

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

No branches or pull requests

3 participants