We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b80a4c commit 8be6d45Copy full SHA for 8be6d45
src/lib/dialog/dialog-config.ts
@@ -56,7 +56,7 @@ export class MatDialogConfig<D = any> {
56
/** Custom class for the backdrop, */
57
backdropClass?: string = '';
58
59
- /** Whether the user can use escape or clicking outside to close a modal. */
+ /** Whether the user can use escape or clicking on the backdrop to close the modal. */
60
disableClose?: boolean = false;
61
62
/** Width of the dialog. */
0 commit comments