There is an accessibility problem with the current implementation affecting visually impaired screen reader users.
When the bottom sheet is expanded, the attribute aria-hidden=true is set on the container element. This effectively hides everything from the screen reader, making it inaccessible.
There is an accessibility problem with the current implementation affecting visually impaired screen reader users.
When the bottom sheet is expanded, the attribute
aria-hidden=true
is set on the container element. This effectively hides everything from the screen reader, making it inaccessible.How to reproduce
Expected behavior
Actual behavior