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

Can I temporary disable hiding of the search popup #125

Closed ivan133 closed 8 years ago

ivan133 commented 8 years ago

I have autocomplete field, but then I change the focus to other elements of interface it hides. Can I control this behavior?

ivan133 commented 8 years ago

I can clone this project to ./packages directory and comment @hideList() method call