I'm aware of the minLength option and I'm obviously being really slow here, but I still don't understand how/when I'm supposed to call autocomplete.
I get that I need to call autocomplete after a few characters have been entered and filter my GetListItems call to rows that start with the characters entered. So that means I need to do the data retrieval and call to autocomplete after those characters have been entered right?
So, hook into the onchange event and when x number of characters has been entered, do the spservices call to get the data and feed that into autocomplete?
Does that make sense, or am I just not getting it?
Thanks for your patience.
I get that I need to call autocomplete after a few characters have been entered and filter my GetListItems call to rows that start with the characters entered. So that means I need to do the data retrieval and call to autocomplete after those characters have been entered right?
So, hook into the onchange event and when x number of characters has been entered, do the spservices call to get the data and feed that into autocomplete?
Does that make sense, or am I just not getting it?
Thanks for your patience.