You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@isackblue No unfortunately I don't. I half solved it by only loading the resolver when the input value is confirmed. However, when it is changed this fails. I switched for some specific UI flows to another approach.
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.
The text was updated successfully, but these errors were encountered: