More accessibility customization - take background component out of focus order #1599
ally-bryand
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hi guys, Anyway, I've noticed that if I set the BottomSheetBackgroundComponent accessible={false}, I CAN'T close the Bottom Sheet with the voice over if I "magic tap" in the backDrop, unless the modal is far smaller then the screen. Have you @ally-bryand the same problem? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @gorhom.
My team is currently using your bottom sheet, but the bottom sheet currently has some built-in a11y features that don't align with our needs. Specifically, the
BottomSheetBackgroundComponent
isaccessible
, and shows up in the accessibility focus order. We need the option to set thataccessible
prop tofalse
for it to not be focusable. Here is the code I'm referring to:Would you be okay with making
accessible
modifiable through props? If so, I would be okay with attempting to do the work myself and submitting an MR.Beta Was this translation helpful? Give feedback.
All reactions