Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

Only show autocomplete suggestions on second letter #121

Open dominicarrojado opened 8 years ago

dominicarrojado commented 8 years ago

If I would type the token ":" do not show the suggestion yet until the first or second letter is typed. How to do this? Thanks!