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
Copy file name to clipboardExpand all lines: demos/selectmenu/default.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@
95
95
96
96
<divclass="demo-description">
97
97
<p>The Selectmenu widgets provides a styleable select element replacement. It will act as a proxy back to the original select element, controlling its state for form submission or serialization </p>
98
-
<p>The datasource is a native select element or a simple JavaScript array, provided to the widget using the source-option.</p>
98
+
<p>The datasource is a native select element. Supports optgroups.</p>
0 commit comments