forked from Hacker0x01/react-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds keyboard navigation for month picker (Hacker0x01#2389)
* feat: adds basic keyboard navigation to month picker * fix: set focus when navigating through keyboard * feat: add aria label to months * fix: prevent navigation to disabed/excluded months * tests: Tests added for new Month Picker feature * docs: updates readme with new keybinds * test: test coverage improved * Update src/month.jsx Co-authored-by: Jonas Antonelli <[email protected]> Co-authored-by: Jonas Antonelli <[email protected]>
- Loading branch information
1 parent
dac2214
commit 73faa21
Showing
4 changed files
with
294 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters