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

Remove tab index in slides container #180

Open
sohkai opened this issue Mar 29, 2016 · 0 comments
Open

Remove tab index in slides container #180

sohkai opened this issue Mar 29, 2016 · 0 comments
Labels

Comments

@sohkai
Copy link
Contributor

sohkai commented Mar 29, 2016

Setting tabIndex={-1} should remove an element from the tab list, allowing future forms and items in a slides container to be skipped when tabbing.

Potentially could be supported by:

  • Adding a removeTabIndex prop to hidden children of the SlidesContainer
  • Detecting removeTabIndex in components and setting tabIndex={-1} on elements as necessary.
@sohkai sohkai added the Bug label Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant