@esfaenza/core 19.2.89 → 19.2.90

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.
@@ -1852,7 +1852,7 @@ class BaseSelectorComponent {
1852
1852
  if (applyOtherFilters) {
1853
1853
  for (var prop in this._outer.searchView) {
1854
1854
  if (prop.startsWith("filter"))
1855
- this.searchView[prop] = this._outer[prop];
1855
+ this.searchView[prop] = this._outer.searchView[prop];
1856
1856
  }
1857
1857
  this.applyFilters(this.searchView, this.firstApplication);
1858
1858
  this.firstApplication = false;