How to ignore escape characters in a simple html input field

Viewed 21

I am typing a simple string let's say "Hi\n" but it converts "\n" to "\\n". I want it to go in the input as it is. How can I make HTML input ignore escape characters?

0 Answers
Related