diff --git a/server/documents/modules/dropdown.html.eco b/server/documents/modules/dropdown.html.eco index 4a9700201..92c1f65d1 100755 --- a/server/documents/modules/dropdown.html.eco +++ b/server/documents/modules/dropdown.html.eco @@ -989,6 +989,34 @@ themes : ['Default'] +
+

Hybrid Option

+

As a third option, you can include a wrapper around your select so that it will appear correctly on page load, but will then populate the hidden menu when javascript fires. In this case, the select element does not receive the ui dropdown class.

+
+ +
+
+ $('#hybrid-select') + .dropdown() + ; +
+ +

Searching Dropdowns