aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/combobox.html
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2011-02-25 23:09:58 +0100
committerjzaefferer <joern.zaefferer@gmail.com>2011-02-25 23:09:58 +0100
commit260a6447d38d0aa284443fbe245b634355112f8c (patch)
tree8b1e0fa74d66c06ada5233c2a989802b1bd9fc46 /demos/autocomplete/combobox.html
parentbaf28d2c9d1ddc775b2eedaaf9b818935fbafe64 (diff)
downloadjquery-ui-260a6447d38d0aa284443fbe245b634355112f8c.tar.gz
jquery-ui-260a6447d38d0aa284443fbe245b634355112f8c.zip
Autocomplete: Update combobox menu to point out limits and link to
explaining it.
Diffstat (limited to 'demos/autocomplete/combobox.html')
-rw-r--r--demos/autocomplete/combobox.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html
index 598a7cc27..1ccb09385 100644
--- a/demos/autocomplete/combobox.html
+++ b/demos/autocomplete/combobox.html
@@ -185,6 +185,7 @@
<div class="demo-description">
<p>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.</p>
<p>The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option.</p>
+<p>This is not a supported or even complete widget. Its purely for demoing what autocomplete can do with a bit of customization. <a href="http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood">For a detailed explanation of how the widget works, check out this Learning jQuery article.</a></p>
</div><!-- End demo-description -->
</body>