how to wrap text in input tag
Is text wrapping possible for input tag?
5 Replies
:html5:
No. Buy you may mask it as a label.
@Stephin Maju what you're looking for is a <textarea />
<input />
Yeah, I get that.
I'm just saying that the input tag is not equipped with such capabilities.
The textarea, however, is basically an input tag that has the capabilities you're looking for.
So, if you can, switch your input to a textarea, but w/o that, you can't achieve wrapping in a text input