mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ACS-8557] search page facet not able to apply filter (#10058)
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
<mat-option
|
<mat-option
|
||||||
*ngFor="let option of filteredOptions"
|
*ngFor="let option of filteredOptions"
|
||||||
[value]="option"
|
[value]="option"
|
||||||
|
(mousedown)=$event.preventDefault()
|
||||||
[disabled]="isOptionSelected(option)"
|
[disabled]="isOptionSelected(option)"
|
||||||
[attr.data-automation-id]="'option-' + option.value"
|
[attr.data-automation-id]="'option-' + option.value"
|
||||||
[title]="option.fullPath ? ('SEARCH.RESULTS.WILL_CONTAIN' | translate : { searchTerm: option.fullPath || option.value }) : undefined"
|
[title]="option.fullPath ? ('SEARCH.RESULTS.WILL_CONTAIN' | translate : { searchTerm: option.fullPath || option.value }) : undefined"
|
||||||
|
Reference in New Issue
Block a user