Skip to content

Commit c5e22ca

Browse files
authored
FilterBuilder - "W0001 - dxPopup - 'preventScrollEvents' option is deprecated in 23.1" warning occurs when a popup is shown (T1272080) (#28907)
1 parent 46afc82 commit c5e22ca

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
@@ -873,6 +873,7 @@ class FilterBuilder extends Widget<any> {
873873
height: 'auto',
874874
showTitle: false,
875875
_wrapperClassExternal: options.menu.cssClass,
876+
_ignorePreventScrollEventsDeprecation: true,
876877
});
877878
}
878879

0 commit comments

Comments
 (0)