Meteor-Community-Packages / Meteor-Community-Packages/meteor-autocomplete

Support multiple collections for multiple input fields, with each collection maps to an input field?

Open
#128 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
CoffeeScript
Stars
350
Forks
106
PR merge metrics
No merged PRs in 30d

Description

So, I have been reading through the issues list in case I asked something duplicated. And there is one issue mentioning using multiple collections in a single input field. But my question is different in that, I'm having three input fields, each of which querys on a different collection. But the problem is that only the query result for the first one can be rendered properly; for the rest two, there is a tiny drop down list without rendering the results properly. And I don't know why. Thanks for answering. Below is the screenshot:

![image](https://cloud.githubusercontent.com/assets/8771472/15833519/c48d860e-2bec-11e6-9082-09c27d213378.png)
![image](https://cloud.githubusercontent.com/assets/8771472/15833540/e3270ec8-2bec-11e6-8c2a-b4c90524cea2.png)

As you can see, the first autocomplete works well, but the second doesn't.

And this is basically my page structure: each template contains an autocomplete input field.
![image](https://cloud.githubusercontent.com/assets/8771472/15833601/2bb15342-2bed-11e6-896e-0048a325c04f.png)

Contributor guide

Open the contributing guide

Research direction

The issue names no files, tests, or entry points. Start by reproducing the page with three autocomplete inputs and compare the first input's rendering with the other two. Done means each input queries its intended collection and renders its results correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
coffeescript
Domain
frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.