Skip to content

Commit 3cf5bb7

Browse files
docs(material/form-field): update documentation to replace 'mat-chip-list' with 'mat-chip-grid' (angular#30830)
* docs(material/form-field): update documentation to replace mat-chip-list with mat-chip-grid Remove deprecated object from the form-field.md Fixes angular#30122 * docs(material/chips): update interface description to reflect mat-chip-grid usage
1 parent 504a4cd commit 3cf5bb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/material/chips/chip-text-control.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.dev/license
77
*/
88

9-
/** Interface for a text control that is used to drive interaction with a mat-chip-list. */
9+
/** Interface for a text control that is used to drive interaction with a mat-chip-grid. */
1010
export interface MatChipTextControl {
1111
/** Unique identifier for the text control. */
1212
id: string;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ This error occurs if you have added multiple hints for the same side. Keep in mi
154154
This error occurs when you have not added a form field control to your form field. If your form
155155
field contains a native `<input>` or `<textarea>` element, make sure you've added the `matInput`
156156
directive to it and have imported `MatInputModule`. Other components that can act as a form field
157-
control include `<mat-select>`, `<mat-chip-list>`, and any custom form field controls you've
157+
control include `<mat-select>`, `<mat-chip-grid>`, and any custom form field controls you've
158158
created.

0 commit comments

Comments
 (0)