[ACS-10276] Add proper title and aria label to chip remove button (#11569)

This commit is contained in:
Michal Kinas
2026-01-26 10:51:30 +01:00
committed by GitHub
parent 6927af4ec3
commit 1022e1e51f
@@ -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>