meteor-autocomplete
meteor-autocomplete copied to clipboard
Client/server autocompletion designed for Meteor's collections and reactivity.
Decaffeinate the code. My hope is that this will fix the issues with the tests. Obviously the script to transform CoffeeScript to JS couldn't account for Meteor so in its...
## What The client collection gets fed with results and the results accumulate. So we have 5 entries (for example) at the first letter input, then when the second letter...
## What I would like to know how I can preselect/prepopulate a value in autocomplete input text. If that is not possible is there any way to set a default...
I've added a simple delay to make the subscribe after typing to prevent a possible overhead on server for performing a find on every character typed.
Generally, users start typing the beginning of a word or a string. For instance, at the [demo page](http://autocomplete.meteor.com/), if I type `AS`, I'm more likely to be looking for `ASBESTOS`,...
I would realy like the option of displaying nothing when there are no matches. It would be great to be able to specify `noMatchTemplate: false` or maybe `null` and have...
This package looks great. Any suggestions on how to get it to work with React instead of Blaze templates?
Thanks for great plugin! I'm trying to use it in dictionary, to point at the root of word. But list of 5 limited selections looks empty. But in console event...
When write some text in the autocomplete input the browser in the console display this error : Exception in template helper: AutoComplete.prototype.filteredList
Hi everyone, not sure what I missed in the documentation, but I want to use autocomplete for the 'username' of ALL registered users (i.e. Meter.users collection). I'm new to Meteor,...