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
{{ message }}
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
Correct me if I'm wrong, but I experienced, that onNoMatch was only called after I submitted, or focused out of .acInput.
imo this should happen right when there is no result aka result.length is not > 0
therefore I moved from line 1027 (inside deactivate) to line 891 (inside showResults) like that:
you're wellcome to tell me if the formerly described behaviour was intended, and what you think of my solution.
The text was updated successfully, but these errors were encountered: