Describe the bug
I am dynamically updating the autocomplete resolver function from another input field. Unfortunately the enhance function only works the first time. Rerunning it afterwards does not change the resolver. I tried the clear function but it clearly does not do what I want. Is there a way to reset it?
Expected behavior
Have a function like $('.class').autoComplete('reset');
Or just update the autocomplete function on rerunning it.
Describe the bug
I am dynamically updating the autocomplete resolver function from another input field. Unfortunately the enhance function only works the first time. Rerunning it afterwards does not change the resolver. I tried the clear function but it clearly does not do what I want. Is there a way to reset it?
Expected behavior
Have a function like $('.class').autoComplete('reset');
Or just update the autocomplete function on rerunning it.