@maplander/components 0.21.30 → 0.21.31

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.
@@ -2947,8 +2947,6 @@ var FiltersComponent = /** @class */ (function () {
2947
2947
  this.filter.state = null;
2948
2948
  this.filter.municipality = null;
2949
2949
  this.filter.colony = null;
2950
- this.filtersForm.get('state').setValue('');
2951
- this.filtersForm.get('state').markAsTouched();
2952
2950
  this.filter.offering = (/** @type {?} */ (ev));
2953
2951
  this.changeFilter.emit({ type: 'offer', payload: { filter: this.filter, value: this.filtersForm.value } });
2954
2952
  };