@refinitiv-ui/efx-grid 6.0.92 → 6.0.93

Sign up to get free protection for your applications and to get access to all the features.
@@ -173,6 +173,7 @@ class FilterDialog extends BasicElement {
173
173
  "shown": this._onPopupShown.bind(this),
174
174
  "hidden": this._onPopupHidden.bind(this),
175
175
  "autoRepositioning": false,
176
+ "autoClipping": false,
176
177
  "uiBlocking": true
177
178
  });
178
179
  this._winResizedTimer = 0;
package/lib/grid/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import {Grid} from "./lib/efx-grid.js";
2
2
  export {Grid}
3
- window.EFX_GRID = { version: "6.0.92" };
3
+ window.EFX_GRID = { version: "6.0.93" };