0
How to enable a line break, in an input type="search"? defining the amount of typed characters and the height of the search bar when identifying a specific amount of words for a line break, ??
<form method="get" action="#endereço.php">
<input type="search" name="sc"/>
<input type="submit" name="send" value="Enviar">
</form>
Putzzz, Ita, nor the gambiarra? kkk
– Elienay Junior
I think it would be a little difficult to change the search properties'
– Elienay Junior
Jessuuzzzz.....
– Elienay Junior
I’ve done with textarea, wrap="hard"
– Elienay Junior
According to this page: https://stackoverflow.com/questions/6262472/multiple-lines-of-input-in-type-text (in English), it is not possible to use an "input" to obtain multiple lines. If you wanted, you would have to use <textarea>. I hope I helped.
– Fusseldieb