Couple of follow-on questions about JQueryUI Autocomplete.
- It's not a show stopper, but it uses the input ID, which (as you'll no doubt be aware) is a huge gibberish name for list fields. Is there anyway around that, or do I just have to use that?
-
As it's a huge list, is there any way to avoid passing all 10,000+ list items to it? Does SPServices's Autocomplete do that, or does it limit the results? I'm a bit concerned about performance, as it seems a lot of data to fetch.