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 dbb2f4f commit 1f1da89Copy full SHA for 1f1da89
packages/devextreme/js/__internal/ui/overlay/m_overlay.ts
@@ -257,6 +257,7 @@ class Overlay<
257
258
_setDeprecatedOptions(): void {
259
super._setDeprecatedOptions();
260
+
261
extend(this._deprecatedOptions, {
262
closeOnOutsideClick: { since: '22.1', alias: 'hideOnOutsideClick' },
263
});
0 commit comments