meteor-autocomplete
meteor-autocomplete copied to clipboard
Text area auto complete for multiple items without a token
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.
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