Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

The widget cannot be triggered by a click? #84

Open
hustcer opened this issue May 4, 2013 · 0 comments
Open

The widget cannot be triggered by a click? #84

hustcer opened this issue May 4, 2013 · 0 comments

Comments

@hustcer
Copy link

hustcer commented May 4, 2013

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant