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

disappear autocomplete after item selection #109

Open Nits7029 opened 8 years ago

Nits7029 commented 8 years ago

Hello,

I have used "autocompleteselect input" event to get selected item but it will not hide autocomplete box after item selection.

And if I am not using "autocompleteselect input" event then it is working fine.

Please give me a solution.

mizzao commented 8 years ago

Are you doing some sort of event.preventDefault() or event.stopPropagation() in your callback?

Nits7029 commented 8 years ago

No,

I uploaded it on server and It works on live site but some how it's not working in local.

Thanks.