I have this text input in a form:
<input type="text" rows="3" />
I am trying to get it to take multiple lines of input. Though the user can only (at the moment) enter text on one line.
How do I make the input more like a textarea, though without the expanding text area icon (bottom right)?
I would like this:
Not this: