You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this and the clear description!
Any chance you can take a look to the source? (I'm traveling) To hide and display the overlay on focus/blur events, we are using a timeout. My guess is that it does not work correctly in IE.
Hello, I've found incorrect sequence of focused elements using
TAB
key.Unfortunately, I could not open CodeSandbox in IE, therefore I use Edge as alternative.
Look at CodesandBox issue example
Note: Issue is reproducing only in IE & Edge browsers
Browsers to reproduce issue:
Actual result:
On
TAB
key press, focus moves to first input instead of next. (Jumps between first and second ).DayPickerInput
v.6.1.0 lose sequence of focusable elementsExpected result:
DayPickerInput
should be focused (GIF animation from Crhome browser)The text was updated successfully, but these errors were encountered: