Preventing focus by tabbing #1826
-
Is it currently possible to prevent focusing the calendar by tabbing? I am rendering it in a popup when an input field is focused, but I would like the form focus to go to the next field when I hit tab and not to the calendar component. Currently, the focus is moves to the navigation buttons when I press tab. |
Beta Was this translation helpful? Give feedback.
Answered by
stevecastaneda
Jul 4, 2023
Replies: 1 comment
-
Resolved this by rendering the calendar in a portal. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stevecastaneda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resolved this by rendering the calendar in a portal.