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
When using vue-datepicker with multi-calendars and arrow-navigation props enabled, the keyboard arrow navigation is not functioning properly. Specifically, arrow key navigation works correctly on the second calendar but does not work at all on the first calendar.
Steps to Reproduce
Implement a date picker with both multi-calendars and arrow-navigation props enabled
Open the date picker
Try to navigate using arrow keys (left, right, up, down) on the first calendar
Notice that arrow navigation doesn't work
Click on the second calendar
Observe that arrow navigation works correctly on the second calendar
"I’m also facing the same issue with calendar arrow navigation. Have you found any workaround or fix for this? I’d appreciate any updates from the maintainers or the community. Looking forward to a resolution!"
Description
When using vue-datepicker with
multi-calendars
andarrow-navigation
props enabled, the keyboard arrow navigation is not functioning properly. Specifically, arrow key navigation works correctly on the second calendar but does not work at all on the first calendar.Steps to Reproduce
multi-calendars
andarrow-navigation
props enabledCurrent Implementation
The text was updated successfully, but these errors were encountered: