Keyboard accessibility
Open
enhancement
help wanted
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to have the date picker be more keyboard-accessible?
1. It looks like the `renderDay` method would need to have a `` with a tabIndex property inside of each `` cell.
2. `aria-labels` would need to be added
3. (Looks more work-intensive) keyboard event listeners to listen for the left and right arrows might be added (to advance the months and not just the days)
Contributor guide
Assessment
This issue has not been assessed yet.