Skip to content

Commit

Permalink
[ACS-7363] Search - Advanced Filters - visual bugs in Logic and Prope…
Browse files Browse the repository at this point in the history
…rties filters
  • Loading branch information
jacekpluta committed Jul 3, 2024
1 parent aba7af4 commit 601a198
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ export class SearchLogicalFilterComponent implements SearchWidget, OnInit {
}

onInputChange() {
this.updateDisplayValue();
if(!this.hasValidValue()) {
this.displayValue$.next('');
}
}

submitValues() {
Expand Down

0 comments on commit 601a198

Please sign in to comment.