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

So, I have been reading through the issues list in case I asked something duplicated. And there is one issue mentioning using multiple collections in a single input field. But...

I want to have a textarea that auto complete from the collection but without using a token Is that possible ? so that the user whenever he types a letter...

Hi, I am getting an error when clicking enter on a 'li' element in the dropdown 'ul' of autocompleteRecords. The error is coming from line 545 of mizzao_autocomplete.js. I attempted...

I want to fetch distinct entries from the field. Is there any option where I can avoid duplicate entries?

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!

Some tokens like "$" or "*" would not work as a matching token because of their special uses in regular expressions. Adding an escape before the token allows a much...

I found that autocomplete works fine with tokens such as: " ! ", "@" , ":" , "&" . But it can't recognize some token such as: "+" , "...

Right now I'm working on a project that uses the _meteor-emoji_ package in conjunction with _meteor-autocomplete_. The problem is that every time I write the character that triggers the autocompletion...

I think we need more control over the selected value. A function to transform the value based on the selected document would solve this problem. I.e match is made on...

Hi I am using aldeed:autoform,mizzao:autocomplete and mpowaga:autoform-autocomplete. I am also using Ionic due to which I am @Autoform:4.2.2 version. I get following error when I try to use Autocomplete. ```...