Keyboard Accessibility help modal broken when only 1 month is visible
See original GitHub issueVersion: react-dates@10.0.0
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:8 (1 by maintainers)
Top Results From Across the Web
A Guide To Keyboard Accessibility: HTML And CSS (Part 1)
In this article, Cristian Diaz covers how to use HTML and CSS to create an accessible experience for keyboard users while mentioning what ......
Read more >How to keep focus within modal dialog? - Stack Overflow
The app should be accessible, this means it should be compliant with WCAG 2.0. To reach this purpose the modals should keep focus...
Read more >The current state of modal dialog accessibility - TPGi
When a modal dialog is closed, focus should return to the control that initially activated the dialog. This will allow keyboard and screen ......
Read more >Creating An Accessible Modal Dialog - bitsofcode
1. Markup the Dialog and Dialog Overlay Appropriately. The Dialog. Dialogs should have an appropriate role and label. When creating a dialog ...
Read more >Modal Dialog Example | APG | WAI - W3C
The keyboard focus always remains visible. Place an interactive element at the top of the dialog, e.g., a button or link. Make a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also, is there a way to not show the
?
button?Ping! Sorry for the delay, but here’s a PR - https://github.com/airbnb/react-dates/pull/477