You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using meteor-typeahead with meteor MongoDb Collection, the full JSON object String is displayed in the input field when going through the search results with up/down keys.
For example, this shows up in the input field :
{"_id":"AtsygsnvRrTbBF8rq","key":"decisionMaking","nameFr":"Aisance dans la prise de décisions","nameEn":"Ease in decision making"}
I would expect the input to only display : "Aisance dans la prise de décisions" when using data-value-key="nameFr" for instance.
When using meteor-typeahead with meteor MongoDb Collection, the full JSON object String is displayed in the input field when going through the search results with up/down keys.
For example, this shows up in the input field :
{"_id":"AtsygsnvRrTbBF8rq","key":"decisionMaking","nameFr":"Aisance dans la prise de décisions","nameEn":"Ease in decision making"}
I would expect the input to only display : "Aisance dans la prise de décisions" when using data-value-key="nameFr" for instance.
Here is my code :
The text was updated successfully, but these errors were encountered: