I have a textfield where the user can type what ever he want into it.
When the user is ready typing he can hit the send button. when he does that i get the text from the multiline textfield and pass it to my backend. there is only 1 problem
the text is formated in 1 single line, (html text is no option!) is it possible to set after every line a \n character?
I have a textfield where the user can type what ever he want into
Share
does the trick