@sumaris-net/ngx-components 2.6.23-beta6 → 2.6.23-beta7

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.
@@ -21351,7 +21351,7 @@ class NamedFilterSelector extends AppForm {
21351
21351
  return;
21352
21352
  this._entityName = entityName;
21353
21353
  // Update autocomplete filter
21354
- this.autocompleteField.filter = this.getFilter();
21354
+ this.autocompleteField.filter = { ...this.autocompleteField.filter, ...this.getFilter() };
21355
21355
  }
21356
21356
  getFilter() {
21357
21357
  return {