A designer is choosing between a modal dialog and a bottom sheet to confirm a destructive action. Which is more appropriate and why?
-
A
Bottom sheet, because it is less disruptive to the flow
-
B
Modal dialog, because it demands attention and blocks background interaction
-
C
Inline alert, because it keeps the user in context
-
D
Toast notification, because it auto-dismisses after confirmation