Accessibility improvements
- All instances now have only one item with
tabIndex: 0
it is defined by theactive
prop which is calculated based onoffsetDate
.
It will help navigate the calendar, month, years and time with the Tab key. - 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.