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
Try first doing focus with the tab key in the first datepicker, when the drop-down opens, press the key down arrow and the focus goes correctly to the calendar days. Do the same thing in the datepicker inside the modal, when you press the key down arrow the focus goes nowhere.
What is Expected?
I expect the datepicker inside the modal to work exactly like the one outside (as in vue-final-modal version 3).
And that the warning in the console be removed
What is actually happening?
At present, the datepicker within the modal, after focusing with the tab key and the panel with the days opens, cannot be navigated with the keyboard.
Then a strange warning appears in the terminal
But that code is nowhere to be found.
The text was updated successfully, but these errors were encountered:
Version
vue-final-modal: 4.4.6 (but also 4.5.3)
nuxt: 3.8.1 (but also 3.9.3)
OS
Mac
Reproduction Link
https://stackblitz.com/edit/nuxt-starter-w7rfyt?file=package.json
Steps to reproduce
Try first doing focus with the tab key in the first datepicker, when the drop-down opens, press the key down arrow and the focus goes correctly to the calendar days. Do the same thing in the datepicker inside the modal, when you press the key down arrow the focus goes nowhere.
What is Expected?
I expect the datepicker inside the modal to work exactly like the one outside (as in vue-final-modal version 3).
And that the warning in the console be removed
What is actually happening?
At present, the datepicker within the modal, after focusing with the tab key and the panel with the days opens, cannot be navigated with the keyboard.
Then a strange warning appears in the terminal
But that code is nowhere to be found.
The text was updated successfully, but these errors were encountered: