-
Notifications
You must be signed in to change notification settings - Fork 70
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
Tabindex issue #32
Comments
Just disable "focus guards" by |
And could you elaborate more about Accessibility tools, may be it is better to add a new option, forcing guards not to use positive tabindexes, as long they are needed cos you might have them inside. |
Good luck then! |
I suggest reopening this. Our accessibility team also takes serious issue with the tabIndex of 1. I believe the issue is here. Is there any reason why this tabIndex cannot be 0 rather than 1? Everything seems to work correctly for me when I set it 0. |
Thank for raising this question, it might be a good time to reconsider this moment Related: |
@theKashey in the above PR, I'm suggesting a couple of api options to get this rolling. If you have a way you'd prefer to do this, feel free to let me know and I'll update as you like. |
Just chiming in that this is something we've run into as well. For context, we've developed a generic trapping component in our design system that leverages I'll look to see if |
Not yet released.... |
Update released as version |
…to control behavior, fixes theKashey#32
Hi,
Accessibility tools generally freaks when tabindex is greater than 0 and it seems this library is using tabindex 1 in place.
I'm not sure how important is that to have that implementation, but is it possible to run with tabindex 0 only?
The text was updated successfully, but these errors were encountered: