mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8557] search page facet not able to apply filter (#10058)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user