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
- The bottom sheet is expanded and the screen reader will start reading its content.
Actual behavior
- The bottom sheet is expanded
- The screen reader cannot find any content.

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=trueis set on the container element. This effectively hides everything from the screen reader, making it inaccessible.How to reproduce
Expected behavior
Actual behavior