@syncfusion/ej2-querybuilder 24.1.45 → 24.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3815,6 +3815,9 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
3815
3815
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
3816
3816
  rule.custom = customObj;
3817
3817
  }
3818
+ if ((rule.operator === 'in' || rule.operator === 'notin') && rule.value && rule.value.length === 0) {
3819
+ rule = {};
3820
+ }
3818
3821
  }
3819
3822
  else {
3820
3823
  rule = {};