Line break inside an input type "search"

Asked

Viewed 438 times

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

  • I think it would be a little difficult to change the search properties'

  • Jessuuzzzz.....

  • I’ve done with textarea, wrap="hard"

  • 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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.