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 9763241 commit 1a28317Copy full SHA for 1a28317
src/demo-app/select/select-demo.html
@@ -14,6 +14,9 @@
14
{{ drink.viewValue }}
15
</md-option>
16
</md-select>
17
+ <md-icon mdPrefix class="demo-drink-icon">local_drink</md-icon>
18
+ <md-hint>Pick a drink!</md-hint>
19
+ <md-error>You must make a selection</md-error>
20
</md-form-field>
21
<p> Value: {{ currentDrink }} </p>
22
<p> Touched: {{ drinkControl.touched }} </p>
src/demo-app/select/select-demo.scss
@@ -7,4 +7,8 @@
7
margin: 24px;
8
}
9
10
+ .demo-drink-icon {
11
+ vertical-align: bottom;
12
+ padding-right: 0.25em;
13
+ }
0 commit comments