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 3d2862e commit d397e28Copy full SHA for d397e28
src/dev-app/mdc-input/mdc-input-demo.html
@@ -720,5 +720,23 @@ <h4>Custom control</h4>
720
<mat-hint>Include area code</mat-hint>
721
</mat-form-field>
722
</p>
723
+ <p>
724
+ <mat-form-field>
725
+ <mat-label>Label</mat-label>
726
+ <select matNativeControl>
727
+ <option>First</option>
728
+ <option>Second</option>
729
+ </select>
730
+ </mat-form-field>
731
+ </p>
732
733
+ <mat-form-field appearance="outline">
734
735
736
737
738
739
740
741
</mat-card-content>
742
</mat-card>
0 commit comments