Skip to content

Commit

Permalink
fix(types): fixed default value description for Dialog `closeByBackdr…
Browse files Browse the repository at this point in the history
…opClick` parameter

fixes #3917
  • Loading branch information
nolimits4web committed Jul 13, 2021
1 parent 2e4e8bc commit 62ea344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/dialog/dialog.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export namespace Dialog {
el?: HTMLElement | CSSSelector;
/** Enables Dialog backdrop (dark semi transparent layer behind). (default true) */
backdrop?: boolean;
/** When enabled, dialog will be closed on backdrop click. (default true) */
/** When enabled, dialog will be closed on backdrop click. (default false) */
closeByBackdropClick?: boolean;
/** Whether the Dialog should be opened/closed with animation or not. Can be overwritten in .open() and .close() methods. (default false) */
animate?: boolean;
Expand Down

0 comments on commit 62ea344

Please sign in to comment.