I have a textarea in my chat, I can multiline in it but when I send it, it's only one line.
I have a textarea in my chat, I can multiline in it but when I send it, it's only one line. I want it to stay multilined after I send.
It's socket.io and Node.js
Why don't you have something like old telegraphs used where there is a symbol used to denote the end of a line. Then in your code, display it as multiple lines, splitting the message whenever it sees the symbol.
@LukeWright, this symbol could be better: ‖, it isn't an any keyboard (that I know of).