jQuery UI - Autocomplete
jQuery UI - Autocomplete
Hello,
I've dug around in the documentation and haven't seen anything directly relating to my question, so I thought I'd post it here.
With the Autocomplete widget, can the size of the dropdown listing of the widget be controlled, specifically is it possible to constraint the height of the list? I have a fairly large local dataset (~500 items), and I am setting the minLength property so that it doesn't start searching until there are at least 5 characters entered, but the list can still come back with quite a few, which makes the dropdown quite long.
Thank you,
Kien