cesarwbr / react-input-emoji

A React input with an option to pick emojis 😍 😜 😂 😛
https://cesarwbr.github.io/react-input-emoji/
MIT License
121 stars 64 forks source link

Line breaker is possible (Shift enter event) #16

Closed amarnathresearch closed 1 year ago

amarnathresearch commented 3 years ago

Hey Cesar,

I want to know how to handle line break. Shift+Enter key for a new line. Is it possible or there is any workaround for it. Atleast able to capture the dom event

cesarwbr commented 1 year ago

Hi @amarnathresearch! You can now achieve this functionality by utilizing the shouldReturn prop.