meteor-autocomplete
meteor-autocomplete copied to clipboard
disappear autocomplete after item selection
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.
Are you doing some sort of event.preventDefault()
or event.stopPropagation()
in your callback?
No,
I uploaded it on server and It works on live site but some how it's not working in local.
Thanks.