Skip to content

Commit e95ae12

Browse files
author
uilton
committed
docs(material/form-field): fix incorrect chip component reference
Replace mat-chip-set with mat-chip-grid in the form-field documentation, since only mat-chip-grid implements MatFormFieldControl. Closes #33035
1 parent 91a4932 commit e95ae12

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/material/form-field/form-field.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ The following Angular Material components are designed to work inside a `<mat-fo
1111
- [`<input matNativeControl>` &amp; `<textarea matNativeControl>`](https://material.angular.dev/components/input/overview)
1212
- [`<select matNativeControl>`](https://material.angular.dev/components/select/overview)
1313
- [`<mat-select>`](https://material.angular.dev/components/select/overview)
14-
- [`<mat-chip-set>`](https://material.angular.dev/components/chips/overview)
14+
- [`<mat-chip-grid>`](https://material.angular.dev/components/chips/overview)
15+
16+
Note: `<mat-form-field>` requires a child component that implements `MatFormFieldControl`. Among the chips components, only `<mat-chip-grid>` supports this integration.
1517

1618
<!-- example(form-field-overview) -->
1719

0 commit comments

Comments
 (0)