Replies: 2 comments
-
I second this change. the first enabled day or the currently selected day should be tabIndex 0 not necessarily the first of the month. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there currently a work around for this? I'm looking to hide disabled days (visibility: hidden) but this breaks keyboard functionality as the tabindex is always -1. Is there a way to set the tabindex for each day? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wondering if you would accept a PR to alter the code below for Day to accept a prop to select a specific date vs defaulting to the first day of the month (tabIndex 0).
In most cases the first day makes sense but, I have a use case where a month can have many disabled days. Users navigating with a screen reader end up navigating a lot of disabled days before finding an enabled date. In which case I would like to be able to set the first enabled day to tabIndex 0.
Beta Was this translation helpful? Give feedback.
All reactions