5
I have a textarea and would like to list some items in it one on each line.
I am already inserting the text normally in the textarea and separating the items in commas currently:
nomUgs = selUgs.join(", ");
Instead of this comma wanted to insert line break. It’s like?