[ACS-6399] - ACA search properties facet clear button do not clear search filter (#9191)

This commit is contained in:
DominikIwanek
2023-12-22 11:50:29 +01:00
committed by GitHub
parent b9d3065810
commit e9c769bc30
2 changed files with 16 additions and 0 deletions

View File

@@ -150,6 +150,10 @@ export class SearchPropertiesComponent implements OnInit, AfterViewChecked, Sear
reset() {
this.form.reset();
if (this.id && this.context) {
this.context.queryFragments[this.id] = '';
this.context.update();
}
this.reset$.next();
this.displayValue$.next('');
}