Meteor-Community-Packages / Meteor-Community-Packages/meteor-autocomplete
Empty popup with right number of blank positions
- Dominant language
- CoffeeScript
- Stars
- 350
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Research direction
Start by reproducing the empty autocomplete popup with the shown Template.userPill helper, both with and without .fetch(). Inspect how the popup consumes friendCollection and renders {{name}}. Done means the expected names appear in the popup when the collection contains records.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100