A followup question to my previous thread: Disable some html output in input box
I just noticed that everytime I add a space in my input, a line break is automatically added (basically the equivilant of <br>
in html.
So if I typed Hello I am John
in the input, the output would return:
Hello
I
Am
John
I just want the input to space the text and not add a <br>
So Hello I am John
would be Hello I am John
as it should be.
Hope I made things clear,
Thanks!