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

Text area auto complete for multiple items without a token

Open NaderIkladious opened this issue 10 years ago • 1 comments

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.

NaderIkladious avatar Nov 26 '15 15:11 NaderIkladious

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

ghost avatar Jun 03 '16 05:06 ghost