Line break in placeholder

Hello, please tell me, can I make a line break placeholder in ion-input if the word doesn’t fit within the input width?

That’s not possible per the HTML spec.

The placeholder attribute can’t include any line feeds (LF) or carriage returns (CR). If either is included in the value, the placeholder text will be clipped. (source)

1 Like