You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
BottomSheet is a pretty nice feature, which we use as an edit dialogue.
There is however no way I could see to programmatically remove the escapeToClose and clickOutsideToClose behaviors. I would like to be able to lock the bottomsheet in position (either removing the 2 properties or supporting something like md-is-locked-open) to prevent the user from closing it accidentally.
This was briefly discussed in #2895 but it does not look like it was addressed?