Skip to content

Commit

Permalink
[ACS-6126] Fixed accessibility issues (#9007)
Browse files Browse the repository at this point in the history
* [ACS-6126] Fixed accessibility issues

* Added localise aria-label for Tags
  • Loading branch information
kritagya09 authored Oct 19, 2023
1 parent d13db25 commit 962a2be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="adf-tag-node-list" [class.adf-flex-column]="limitTagsDisplayed && (!calculationsDone || columnFlexDirection)" #nodeListContainer>
<mat-chip-list [class.adf-full-width]="limitTagsDisplayed && !calculationsDone">
<mat-chip-list [class.adf-full-width]="limitTagsDisplayed && !calculationsDone" role="listbox" [attr.aria-label]="'METADATA.BASIC.TAGS' | translate">
<mat-chip class="adf-tag-chips"
*ngFor="let currentEntry of tagsEntries; let idx = index"
(removed)="removeTag(currentEntry.entry.id)">
Expand Down

0 comments on commit 962a2be

Please sign in to comment.