I can't use the SPServices version as that no longer works on a text field and the list is to big to use a standard look up column, so I'm using JQueryUI.
That makes more sense. How do I call autocomplete after a character or 2 has been typed though? Currently, I'm just calling autocomplete with all values when the form loads.
Sounds like I need to hook into the field onchange event and call it then instead?
That makes more sense. How do I call autocomplete after a character or 2 has been typed though? Currently, I'm just calling autocomplete with all values when the form loads.
Sounds like I need to hook into the field onchange event and call it then instead?