Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

Focus on input using jQuery #107

Open ghost opened 8 years ago

ghost commented 8 years ago

I can't seem to focus on the input, I tried on a normal input and focus it using jQuery by its id and it works but with the input of autocomplete it does not work, even when I set time out. Why is that?

Also, is there a way to remove the no match found template? if there's no match no need to display anything? thanks man :D