When I copy and paste text into a textarea, is there a way to ignore if there's line breaks and whitespaces?
For example, When I highlight text below and copy paste into the textarea:
abcdef,
ghijkl,
mnopqrs
I want them to be in the text area:
abcdef,ghijkl,mnopqrs
ignore any whitespaces and line breaks.