The problem is: The keyboard users can not focus to the Today Button (actually it is a div) via Tab key.
Today button's tab index (tabIndex) actually should be set to 0. Otherwise it is not accessible from keyboard.
https://github.com/Hacker0x01/react-datepicker/blob/master/src/calendar.jsx#L734
The problem is: The keyboard users can not focus to the Today Button (actually it is a
div) viaTabkey.Today button's tab index (tabIndex) actually should be set to 0. Otherwise it is not accessible from keyboard.
https://github.com/Hacker0x01/react-datepicker/blob/master/src/calendar.jsx#L734