Scrollable
jQuery UI Autocomplete

Scrollable jQuery UI Autocomplete Plugin for long items list.
CSS max-height, overflow-y and padding-right can make scrollable list easy. But that is not beautiful. This plugin calculate with items and height of it.

Usage

Example

$('#txt1').autocomplete({
  maxShowItems: 5, // Make list height fit to 5 items when items are over 5.
  source: list1
});
  1. Type abcdefgh
  2. Clear
  3. Type abcx