@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.
@@ -3748,6 +3748,9 @@ let QueryBuilder = class QueryBuilder extends Component {
3748
3748
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
3749
3749
  rule.custom = customObj;
3750
3750
  }
3751
+ if ((rule.operator === 'in' || rule.operator === 'notin') && rule.value && rule.value.length === 0) {
3752
+ rule = {};
3753
+ }
3751
3754
  }
3752
3755
  else {
3753
3756
  rule = {};