Multiline input that works with shift+enter and enter to send.

I have a chat service where I would like the text input to work like on WhatsApp web, shift+enter to skip a line and enter to send.
The problem is that when I add the action to enter, even with shift pressed, it sends the message, when the expected behavior would be to skip the line.

Has anyone experienced this?