how to wrap text in input tag

Is text wrapping possible for input tag?
5 Replies
Stephin Maju
Stephin MajuOP2y ago
:html5:
majkl
majkl2y ago
No. Buy you may mask it as a label.
EIO
EIO2y ago
@Stephin Maju what you're looking for is a <textarea />
Stephin Maju
Stephin MajuOP2y ago
<input />
EIO
EIO2y ago
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

Did you find this page helpful?