Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/material/form-field/form-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ The following Angular Material components are designed to work inside a `<mat-fo
- [`<input matNativeControl>` &amp; `<textarea matNativeControl>`](https://material.angular.dev/components/input/overview)
- [`<select matNativeControl>`](https://material.angular.dev/components/select/overview)
- [`<mat-select>`](https://material.angular.dev/components/select/overview)
- [`<mat-chip-set>`](https://material.angular.dev/components/chips/overview)
- [`<mat-chip-grid>`](https://material.angular.dev/components/chips/overview)

Note: `<mat-form-field>` requires a child component that implements `MatFormFieldControl`. Among the chips components, only `<mat-chip-grid>` supports this integration.

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

Expand Down
Loading