Is it possible to wrap text in an input?
No. It is not possible to wrap text in an input as a standard feature.
If you manage to hack it, that would be invalid HTML.
HTML5 spec:
4.10.5.1.2 Text (
type=text
) state and Search state (type=search
)The
input
element represents a one line plain text edit control for the element's value.(emphasis mine)