Replies: 1 comment
-
Not built in but you could copy it from VDialog: vuetify/packages/vuetify/src/components/VDialog/VDialog.ts Lines 189 to 194 in 860be6b vuetify/packages/vuetify/src/components/VDialog/VDialog.ts Lines 218 to 240 in 860be6b This probably should be added to temporary drawers by default though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a navigation drawer that is permanently visible on large screens, and can be toggled on and off on small screens. In order to comply with WCAG requirements, I need keyboard tab-control to remain in the navigation drawer when it is shown on small screens (so that the toolbar and the page elements are not focusable). However, right now, tab-key navigation works the same as for large screens (i.e. when pressing tab, focus goes to toolbar first, then navigation drawer, then rest of page).
Is there any way to toggle keyboard controls of the toolbar and the rest of the page, when the navigation drawer is opened/closed?
Beta Was this translation helpful? Give feedback.
All reactions