Skip to content

Commit d397e28

Browse files
devversionandrewseguin
authored andcommitted
chore: add demos for native selects in mdc-form-field
1 parent 3d2862e commit d397e28

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/dev-app/mdc-input/mdc-input-demo.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,5 +720,23 @@ <h4>Custom control</h4>
720720
<mat-hint>Include area code</mat-hint>
721721
</mat-form-field>
722722
</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+
<p>
733+
<mat-form-field appearance="outline">
734+
<mat-label>Label</mat-label>
735+
<select matNativeControl>
736+
<option>First</option>
737+
<option>Second</option>
738+
</select>
739+
</mat-form-field>
740+
</p>
723741
</mat-card-content>
724742
</mat-card>

0 commit comments

Comments
 (0)