File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.dev/license
7
7
*/
8
8
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 . */
10
10
export interface MatChipTextControl {
11
11
/** Unique identifier for the text control. */
12
12
id : string ;
Original file line number Diff line number Diff line change @@ -154,5 +154,5 @@ This error occurs if you have added multiple hints for the same side. Keep in mi
154
154
This error occurs when you have not added a form field control to your form field. If your form
155
155
field contains a native ` <input> ` or ` <textarea> ` element, make sure you've added the ` matInput `
156
156
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
158
158
created.
You can’t perform that action at this time.
0 commit comments