meteor-autocomplete
meteor-autocomplete copied to clipboard
Empty popup with right number of blank positions
I'm getting the autocomplete popup, but it's empty. I'm using a template to display it, the helper looks like this: Template.userPill.helpers({ friendCollection: function() { return MyCollection.find().fetch(); } }) (or without .fetch()), it doesn't return the names {{name}}. I'm using Simple Schema with this, which shouldn't affect anything here, should it?
Probably user error? I'm not sure where you are using that helper, but that's not how you access a collection with this package.
@abtx did you ever fix this?