sergeyt / meteor-typeahead

Autocomplete package for meteor powered by twitter typeahead.js
https://atmospherejs.com/sergeyt/typeahead
MIT License
146 stars 82 forks source link

There is a way to prevent typeahead from triggered until a symbol is typed? #129

Open duranmla opened 9 years ago

duranmla commented 9 years ago

Hi, thanks for the work to translate this package to be meteor friendly. However, this is a doubt that I will post here and into the twitter/typeahead project, there is a way to set like: "only fetch results after type X symbol" in addition it would be more powerful if we have a way to scope the source using the trigger symbol like:

If there is a way could someone throw me a link here? or a simple example. Otherwise, I will be more than happy to help to do so.