Submit value on pressing Enter in textarea and pressing Shift+Enter should go to next line

前端 未结 3 813
一个人的身影
一个人的身影 2021-01-05 07:39

I want to have a chat box (textarea) where if user press Enter then it should submit the chat, and if user press Shift+Enter then it should enter in a new line.

I tr

3条回答
  •  离开以前
    2021-01-05 08:10

    I've answered this before. It's a little tricky if the caret is not at the end of the textarea:

    How do I detect "shift+enter" and generate a new line in Textarea?

提交回复
热议问题