Skip to content

Commit 865e3d5

Browse files
authored
fix(material/chips): Example violates axe accessibility tests (#32679)
Fixes #28067
1 parent f1157b1 commit 865e3d5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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)