From 6024fdf2564b274af2f2d306f420e44a2c88d7b1 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 14 Jan 2010 17:23:11 +0000 Subject: Copied autocomplete from dev branch. --- demos/autocomplete/combobox.html | 126 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 demos/autocomplete/combobox.html (limited to 'demos/autocomplete/combobox.html') diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html new file mode 100644 index 000000000..88e4105e7 --- /dev/null +++ b/demos/autocomplete/combobox.html @@ -0,0 +1,126 @@ + + + + jQuery UI Autocomplete Combobox Demo + + + + + + + + + + + + + +
+ +
+ + +
+ +
+ +
+

+A custom widget built by composition of Autocomplete and Button. You can either type something into the field to get filtered suggestions based on your input, or use the button to get the full list of selections. +

+

+The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option. +

+
+ + + -- cgit v1.2.3