calendar: (inline) make keyboard focus available for dates #13656
Labels
Status: Discussion
Issue or pull request needs to be discussed by Core Team
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Type: New Feature
Issue contains a new feature or new component request
Describe the feature you would like to see added
Feature request / make it concistent
The calendar now can have focus on dates when they are in a overlay, with the tab you can navigate to the month year and after that the date is selected. Like this example:
For the inline calendar this is not the case and its only possible to select the month and the year.
It would be nice if both on the non-inline calendar and the inline calendar we can select the dates with the keyboard.
Is your feature request related to a problem?
inconsistent of keyboard selection in calendar inline vs non-inline
Describe the solution you'd like
We can think about making something that when the month or year is selected that we can push the arrow down key to go down from the year or the month to the dates.
I think it would be something like this:
Describe alternatives you have considered
temporary focus trap could also be possible and then remove the focustrap when we push esc button, but I think that is harder for the user to understand. So I don't think this is a good alternative.
Additional context
No response
The text was updated successfully, but these errors were encountered: