@acorex/platform 20.3.0-next.16 → 20.3.0-next.18

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.
@@ -17661,7 +17661,7 @@ class AXPSelectFilterWidgetEditComponent extends AXPDataListWidgetComponent {
17661
17661
  #effect;
17662
17662
  handleValueChange(e) {
17663
17663
  this.setValue({
17664
- operation: this.multiple() ? { type: 'contains' } : { type: 'equal' },
17664
+ operation: this.multiple() ? { type: 'in' } : { type: 'equal' },
17665
17665
  value: e.value,
17666
17666
  });
17667
17667
  }