Skip to content

Commit

Permalink
[ACS-8557] search page facet not able to apply filter (#10058)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpluta authored Aug 8, 2024
1 parent 810e596 commit 98a18a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<mat-option
*ngFor="let option of filteredOptions"
[value]="option"
(mousedown)=$event.preventDefault()
[disabled]="isOptionSelected(option)"
[attr.data-automation-id]="'option-' + option.value"
[title]="option.fullPath ? ('SEARCH.RESULTS.WILL_CONTAIN' | translate : { searchTerm: option.fullPath || option.value }) : undefined"
Expand Down

0 comments on commit 98a18a2

Please sign in to comment.