You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<m:MaterialTitletitle="Placeholder : Singe Selection"description="Note that because browsers assume the first option element is selected in non-multi-value select boxes an empty first option element must be provided for the placeholder to work." />
61
+
<m:MaterialColumngrid="l6 m6 s12">
62
+
<combobox:MaterialComboBoxplaceholder="This is a placeholder"allowClear="true">
63
+
<m:html.Option text="" />
64
+
<m:html.Option text="Item 1" />
65
+
<m:html.Option text="Item 2" />
66
+
<m:html.Option text="Item 3" />
67
+
</combobox:MaterialComboBox>
68
+
</m:MaterialColumn>
69
+
<m:MaterialColumngrid="l12 m12 s12">
70
+
<demo:PrettyPreaddStyleNames="lang-xml">
71
+
 <combobox:MaterialComboBox placeholder="This is a placeholder" allowClear="true"><br/>
72
+
 <m:html.Option text="" /><br/>
73
+
 <m:html.Option text="Item 1" /><br/>
74
+
 <m:html.Option text="Item 2" /><br/>
75
+
 <m:html.Option text="Item 3" /><br/>
76
+
</combobox:MaterialComboBox><br/>
77
+
</demo:PrettyPre>
78
+
</m:MaterialColumn>
79
+
</m:MaterialRow>
80
+
58
81
<m:MaterialRowaddStyleNames="code">
59
82
<m:MaterialColumngrid="l12 m12 s12">
60
83
<m:MaterialTitletitle="Java : Adding Options"description="Populating your data can be done using java. By calling combobox.addItem(String, T)" />
0 commit comments