Textarea elements modify carriage returns (\r)
Recently, I was working on a simple text editor that allows a user to enter multiple lines of text into a <textarea> element. When the user has finished editing, they can submit the text and it will be sent off to our backend API, which will do some ...
blog.coderfy.io2 min read