We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b201dc7 commit 7dbebfaCopy full SHA for 7dbebfa
src/lib/form-field/form-field.md
@@ -140,5 +140,6 @@ This error occurs if you have added multiple hints for the same side. Keep in mi
140
141
This error occurs when you have not added a form field control to your form field. If your form
142
field contains a native `<input>` or `<textarea>` element, make sure you've added the `matInput`
143
-directive to it. Other components that can act as a form field control include `<mat-select>`,
144
-`<mat-chip-list>`, and any custom form field controls you've created.
+directive to it and have imported `MatInputModule`. Other components that can act as a form field
+control include `<mat-select>`, `<mat-chip-list>`, and any custom form field controls you've
145
+created.
0 commit comments