I am using Jquery autocompleter with a list of about 200 items. When I type a character into the box it suggests all the 100-150 options at once.
The list is so long it extends well beyond the page bottom border and also gives horrible performance.
How can I limit the number of options displayed to a reasonable number like 5 or 6?
The official documentation given here does not help.
What is the way to limit the length of the list? Is there another autocompleter library that offers good performance?