Skip to content

Commit 260a644

Browse files
committed
Autocomplete: Update combobox menu to point out limits and link to
explaining it.
1 parent baf28d2 commit 260a644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/autocomplete/combobox.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
<div class="demo-description">
186186
<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>
187187
<p>The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option.</p>
188+
<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>
188189
</div><!-- End demo-description -->
189190

190191
</body>

0 commit comments

Comments
 (0)