meteor-autocomplete icon indicating copy to clipboard operation
meteor-autocomplete copied to clipboard

Client/server autocompletion designed for Meteor's collections and reactivity.

Results 68 meteor-autocomplete issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue

## 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...

bug

## 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...

enhancement

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.

enhancement

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`,...

enhancement
good first issue

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,...