jQuery Dropdown with Auto Suggest
I have a form, with a dozen or so drop down fields, each of which has a list associated with it. A few of the lists are quite long (~3000 items). I have attempted using the combobox with autocomplete:
But it was quite slow with the longer lists. When I implemented it page wide, it was so slow as to be unusable.
Does anyone have any experiencing using jQuery combo boxes with autocomplete and long lists?
Thanks,
Matt