diff --git a/demos/selectmenu/default.html b/demos/selectmenu/default.html index 8e481ea632..8e4c7556ea 100644 --- a/demos/selectmenu/default.html +++ b/demos/selectmenu/default.html @@ -95,7 +95,7 @@

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

-

The datasource is a native select element or a simple JavaScript array, provided to the widget using the source-option.

+

The datasource is a native select element. Supports optgroups.