-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Tab / arrow key navigation in a dialog #1644
Comments
This is a pretty significant bug for us. Looking at the code it looks like something got implemented part way and then whomever ran out of steam... That said. you all have come a huge way in the last 6 months. Congrats and thanks! |
Also running into this problem. |
I'm also having this problem, I think we should implement a more accessible solution like react-modal |
Any updates on it? Have tried various things and not having any luck :/ |
Potential Duplicate of: #156 Closing this. |
Bumps [husky](https://github.com/typicode/husky) from 4.2.3 to 4.2.5. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](typicode/husky@v4.2.3...v4.2.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Hi,
I was wondering if it is possible to use keyboard (tab / arrow key) navigation inside a modal dialog and not have it "bubble up" beyond the dialog.
Currently when I open a dialog with modal set it true, and attempt to use the tab key to navigate between elements, it still gives focus to elements outside of the dialog. Is this something I need to add handlers for specifically on any dialog I have?
Thanks,
Matt
The text was updated successfully, but these errors were encountered: