Use Meteor collections for Typeahead Bloodhound, preferably without making my own API
I want to build a tags input like the one in StackOverflow. I am trying to use Meteor collections as the remote or prefetch data for Typeahead Bloodhound because I want to eventually use Bootstrap Tokenfield . According to their documentation and examples, a url to the JSON data is absolutely required. How can I provide the data, preferably reactively, to Bloodhound? I have looked into the Meteor Typeahead package , but I can't figure out how to use it with the Meteor Tokenfield package . Below is what I've tried to do, but it doesn't work. :( <div class="control-group"> <label class="control