-
Notifications
You must be signed in to change notification settings - Fork 868
Open
Labels
Description
Is it possible to have the date picker be more keyboard-accessible?
- It looks like the
renderDay
method would need to have a<button />
with a tabIndex property inside of each<td>
cell. aria-labels
would need to be added- (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)
saadtazi, nreese, murphy1312, ierhyna, ernestopye and 6 more