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

Added jquery event trigger #48 #56

Closed Neobii closed 9 years ago

Neobii commented 10 years ago

This is a pretty simple fix to listen for events instead of callbacks, however it doesn't look like the noMatch Callback is working at this point. Using events will allow us to listen for them while using the data context of the template to our advantage.