Is there a way to prevent the drawer from closing if the user has unfinished work in it? I want to be able to display a confirmation message, etc...
I thought about using something like
can-be-closed="canBeClosed"
, and then I discovered the dialog component which has similar features. I came across the no-backdrop-dismiss
attribute, but unfortunately, it hasn't been implemented on the drawer yet.