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.
It seemed that there is no api to trigger the result list by a click, even when i set minChars to 0.
I want to click somewhere and trigger the result list , so that users don't have to input a single char. I can trigger it by:
var ac = $elem.data('autocompleter');
setTimeout(function(){
ac.activateNow();
}, 400);
However, after been triggered and if I don't choose anything and blur it, the result list won't hide.
Is this a bug? Any suggestions?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seemed that there is no api to trigger the result list by a click, even when i set minChars to 0.
I want to click somewhere and trigger the result list , so that users don't have to input a single char. I can trigger it by:
var ac = $elem.data('autocompleter');
setTimeout(function(){
ac.activateNow();
}, 400);
However, after been triggered and if I don't choose anything and blur it, the result list won't hide.
Is this a bug? Any suggestions?
The text was updated successfully, but these errors were encountered: