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

Text area auto complete for multiple items without a token #116

Open NaderIkladious opened 8 years ago

NaderIkladious commented 8 years ago

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 it suggests from the collection and let him add multiple not just one.

Thanks in advance, Nader Ikladious.

ghost commented 8 years ago

Hi @NaderIkladious.

Have you solved this issue, I'm trying the same thing. I'm using @mpowaga Meteor Autoform AutoComplete

It seems to be possible, but you have to create another custom afInputType and duplicate all the template-copy logic for this new type.

I'll make this very soon, if you like, I can send you the solution.

Thanks in advance. Loé Lobo