[ACS-8557] search page facet not able to apply filter (#10058)

This commit is contained in:
jacekpluta
2024-08-08 09:46:25 +02:00
committed by GitHub
parent 810e596686
commit 98a18a2a7a

View File

@@ -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"