+ 1
How to add suggestions in textarea(<textarea></textarea>).
9 Réponses
+ 2
i think jquery has suggestion that works with textarea, wait let me confirm it
yes there is. its inside JqueryUi called autocomplete, looks pretty easy to implement
+ 3
like a datalist ? but for textarea ?
+ 1
😒
+ 1
???
+ 1
Textarea provides user multiple line text input field .
Coder can only help user using placeholder .
Or you can use a contenteditable div for your desired result with some compromise.
+ 1
So how to add suggestions in a contenteditabke div?
0
Contentaditable*
0
<div contenteditable="true">
add your suggestion here
</div>
User can write in this div by clicking in this div.
0
I think it's also a feature in bootstrap 5