Skip to content

Accessibility improvements

Compare
Choose a tag to compare
@Feshchenko Feshchenko released this 01 Dec 19:37
· 15 commits to main since this release
3433c9b
  1. All instances now have only one item with tabIndex: 0 it is defined by the active prop which is calculated based on offsetDate.
    It will help navigate the calendar, month, years and time with the Tab key.
  2. Fix the edge case in the create month test where it failed when the current month is December. The date-picker worked as expected tho.