jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

What is the reason of using textarea and div contenteditable? #70

Closed Jun711 closed 7 years ago

Jun711 commented 7 years ago

I wonder why you use textarea and div. Wouldn't it be sufficient with just a div?

Thank you!

TimBest commented 7 years ago

by using both textarea and div we are able to support native browser form submit