Replies: 2 comments
-
Here is a screen recording of the current behaviour: Any help is deeply appreciated 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Solution was to use accessible={false} in the BottomSheetModal, that way that "view" isn't captured by Accessibility Inspector and all inside elements that can be reached will get the right focus. |
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
-
Hello all!
I'm using this library and need to provide accessibility features to my project, now specifically adding keyboard navigation support.
When interacting with bottom sheet and using Accessibility Inspector, it looks like the focus is trapped between the slider and the main content, and I can't focus individual children elements.
Has anyone passed through this, or even better, solved it?
Thank you and have a nice week.
Beta Was this translation helpful? Give feedback.
All reactions