From 5e3755af8aa17b2bf742761b6ca40acccb248a04 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 19 Jul 2010 14:17:44 -0400 Subject: Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: document and demo a scrolling menu. --- demos/autocomplete/maxheight.html | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 demos/autocomplete/maxheight.html (limited to 'demos/autocomplete/maxheight.html') diff --git a/demos/autocomplete/maxheight.html b/demos/autocomplete/maxheight.html new file mode 100644 index 000000000..97de724ba --- /dev/null +++ b/demos/autocomplete/maxheight.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Autocomplete Scrollable Results Demo + + + + + + + + + + + + +
+ +
+ + +
+ +
+ +
+

+When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large. Try typing "a" or "s" above to get a long list of results that you can scroll through. +

+
+ + + -- cgit v1.2.3