react-datetime-picker icon indicating copy to clipboard operation
react-datetime-picker copied to clipboard

Tabbing quickly through elements will get hung up on the date picker.

Open dkovganko opened this issue 5 years ago • 0 comments
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.

dkovganko avatar Mar 06 '20 17:03 dkovganko