mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-10276] Add proper title and aria label to chip remove button (#11569)
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@
|
||||
<button
|
||||
matChipRemove
|
||||
class="adf-option-chips-delete-button adf-autocomplete-added-option-chips-delete-button"
|
||||
[title]="'SEARCH.FILTER.BUTTONS.REMOVE' | translate"
|
||||
[title]="('SEARCH.FILTER.BUTTONS.REMOVE' | translate) + ' ' + option.value"
|
||||
[attr.aria-label]="('SEARCH.FILTER.BUTTONS.REMOVE' | translate) + ' ' + option.value"
|
||||
>
|
||||
<mat-icon class="adf-option-chips-delete-icon adf-autocomplete-added-option-chips-delete-icon" adf-icon="close" />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user