react-datetime-picker
react-datetime-picker copied to clipboard
Tabbing quickly through elements will get hung up on the date picker.
trafficstars
preconditions:
- Add several inputs (including date picker) on the page.
steps to reproduce:
- set focus on the first one
- press and hold Tab key
expected result:
- the focus will go through all elements
actual result
- the focus will get hung up on the date picker.