jmadler / emoji-picker

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

Unable to send a message #125

Open sunstar20 opened 5 years ago

sunstar20 commented 5 years ago

Hi,

On typing in the rich editor after conversion, the message cannot be sent on pressing enter key.

Rather it goes to the next line. On inspecting the html element, <div></div> is created for each enter key and the content is added inside the <div>

Kindly help asap.

DangerD256 commented 5 years ago

attach event to that element with preventDefault() and action to submit form