Skip to content

Commit

Permalink
Fixed #13859 - Add missing closeAriaLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 6, 2023
1 parent 9e9af34 commit 45f9e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class MultiSelectItem {
</span>
</div>
<button class="p-multiselect-close p-link p-button-icon-only" type="button" (click)="close($event)" pRipple>
<button class="p-multiselect-close p-link p-button-icon-only" type="button" (click)="close($event)" pRipple [attr.aria-label]="closeAriaLabel">
<TimesIcon [styleClass]="'p-multiselect-close-icon'" *ngIf="!closeIconTemplate" />
<span *ngIf="closeIconTemplate" class="p-multiselect-close-icon">
<ng-template *ngTemplateOutlet="closeIconTemplate"></ng-template>
Expand Down

0 comments on commit 45f9e6d

Please sign in to comment.