This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
mdBottomSheet: add md-bottomsheet-focus directive #2313
Closed
Description
It would be wonderful if $mdBottomSheet
had an open to set focus upon opening, just like $mdDialog
. I'm aware that this breaks screen readers, but we would like to set focus manually versus not having the choice.
FWIW: the focusOnOpen
docs from mdDialog
:
focusOnOpen
- {boolean=}: An option to override focus behavior on open. Only disable if focusing some other way, as focus management is required for dialogs to be accessible. Defaults to true.