Skip to content

Commit 0001447

Browse files
authored
FilterBuilder - "W0001 - dxPopup - 'preventScrollEvents' option is deprecated in 23.1" warning occurs when a popup is shown (T1272080) (#28924)
1 parent 74a2037 commit 0001447

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devextreme/js/__internal/filter_builder/m_filter_builder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ class FilterBuilder extends Widget<any> {
827827
height: 'auto',
828828
showTitle: false,
829829
_wrapperClassExternal: options.menu.cssClass,
830+
_ignorePreventScrollEventsDeprecation: true,
830831
});
831832
}
832833

0 commit comments

Comments
 (0)