I am working on a message system where you type a message such as "Hello" and it will POST it to the server and the user will be able to see it.
Is there a way where if a user presses shift+enter they can create a new paragraph?
How a message looks currently:
Hello John, How are you?
How a message should look (By pressing shift+enter after the comma):
Hello John,
How are you?
PS
I am very sorry for not creating some sort of fiddle here, but I couldn't really think of what to put in it or how I could demonstrate it.
Thanks so much!