File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
lib/core/src/lib/dynamic-chip-list Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
#nodeListContainer >
7
7
< mat-chip-set
8
8
[class.adf-dynamic-chip-list-full-width] ="limitChipsDisplayed && !calculationsDone "
9
- role ="listbox "
9
+ role ="list "
10
10
[attr.aria-label] ="'METADATA.BASIC.TAGS' | translate ">
11
11
< mat-chip
12
- class ="adf-dynamic-chip-list-chip "
13
12
*ngFor ="let chip of chipsToDisplay; let idx = index "
13
+ class ="adf-dynamic-chip-list-chip "
14
14
[style.border-radius] ="roundUpChips ? '20px' : '10px' "
15
15
[style.font-weight] ="'bold' "
16
+ role ="listitem "
17
+ tabIndex ="0 "
18
+ [attr.aria-label] ="chip.name "
16
19
(removed) ="removedChip.emit(chip.id) ">
17
20
< span id ="adf-dynamic-chip-list-chip-name-{{ idx }} "> {{ chip.name }}</ span >
18
21
< mat-icon *ngIf ="showDelete "
You can’t perform that action at this time.
0 commit comments