autocomplete.js
autocomplete.js copied to clipboard
textarea?
Is it possible to use this on let's say a textarea? so like create a dropdown inside a textarea. Kinda like here on GitHub when you mention someone? Like this: https://gyazo.com/16448344abdd88f4c440cfaf0080e4af.png
You should use a specific plugin. In past i used this http://jakiestfu.github.io/Mention.js/
@neuropass You can use autocomplete.js but I recommend you this project. I think its a better solution http://autocompletejs.com/
I'm not sure. I think that @neuropass wants a "mention" feature that combines text and other info from autocomplete (eg. recipient, user, ...): this is not possible with autocomplete.js or http://autocompletejs.com/