material-components-ios
material-components-ios copied to clipboard
[BottomSheet] Allow the bottom sheet to be expanded programmatically
Feature Request/Suggestion
I want to be able to expand the bottom sheet when the user taps on the collapsed bottom sheet as well as by dragging upwards.
As far as I'm aware MDCBottomSheetController does not allow this, there would have to be a method to expand the bottom sheet.
Internal data
- Associated internal bug: b/144489572
Any updates on this issue? We are facing the same need but for accessibility. Bottom sheet will not be expanded if user uses keyboard to navigate throw the app. We know when user uses keyboard but there is no way to expand the keyboard. Setting the state of the Bottom Sheet would help.