meteor-autocomplete icon indicating copy to clipboard operation
meteor-autocomplete copied to clipboard

Empty popup with right number of blank positions

Open abtx opened this issue 10 years ago • 2 comments

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?

abtx avatar Mar 03 '15 16:03 abtx

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.

mizzao avatar Mar 03 '15 17:03 mizzao

@abtx did you ever fix this?

schillerk avatar Oct 01 '16 21:10 schillerk