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.
MatInputModule
matNativeControl
1 parent 763b7eb commit 8d95c2fCopy full SHA for 8d95c2f
src/material/select/select.md
@@ -13,8 +13,8 @@ Angular Material also supports use of the native `<select>` element inside of
13
and usability advantages. See [the documentation for
14
form-field](https://material.angular.io/components/form-field) for more information.
15
16
-To use a native select inside `<mat-form-field>`, add the `matNativeControl` attribute
17
-to the `<select>` element.
+To use a native select inside `<mat-form-field>`, import `MatInputModule` and add the
+`matNativeControl` attribute to the `<select>` element.
18
19
<!-- example(select-overview) -->
20
0 commit comments