how to wrap text in input tag

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