Skip to content

Commit 910aed3

Browse files
calebeggadolgachev
authored andcommitted
fix(material/chips): Example violates axe accessibility tests (#32679)
Fixes #28067 (cherry picked from commit 865e3d5)
1 parent 4186f74 commit 910aed3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components-examples/material/chips/chips-input/chips-input-example.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
</button>
1818
</mat-chip-row>
1919
}
20-
<input
21-
placeholder="New fruit..."
22-
[matChipInputFor]="chipGrid"
23-
[matChipInputSeparatorKeyCodes]="separatorKeysCodes"
24-
[matChipInputAddOnBlur]="addOnBlur"
25-
(matChipInputTokenEnd)="add($event)"
26-
/>
2720
</mat-chip-grid>
21+
<input
22+
placeholder="New fruit..."
23+
[matChipInputFor]="chipGrid"
24+
[matChipInputSeparatorKeyCodes]="separatorKeysCodes"
25+
[matChipInputAddOnBlur]="addOnBlur"
26+
(matChipInputTokenEnd)="add($event)"
27+
/>
2828
</mat-form-field>

0 commit comments

Comments
 (0)