You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Hi @nicolechung. Thanks for your suggestion. We currently do not have this on our roadmap and personally I don't see it as a high-prio. You seem to have a pretty good understanding of what it would require to implement so I'd be glad to review a PR from you adding this functionality.
Is it possible to have the date picker be more keyboard-accessible?
renderDay
method would need to have a<button />
with a tabIndex property inside of each<td>
cell.aria-labels
would need to be addedThe text was updated successfully, but these errors were encountered: