How to insert line break in placeholder in text area field?
Cette question a été signalée
I am surprised no one came up with a working solution in the last 9 years.
You can simply add & # 1 0 ; (without spaces) to your placeholder text, browser will register it as line feed.
Is it possible ?? ;) Have you tried \n \r ?
yes tried that didn't work.
Only by formatting with multiple spaces, e.g.:
1st line of placeholder starts here 2nd starts here etc
If the size of textarea is fixed, browsers will show such long texts as if they were on multiple lines.
You'll have to fine-tune the number of spaces to make placeholder text look as you like.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
1
janv. 24
|
18085 | ||
|
|
3
mai 15
|
5112 | ||
|
|
1
juil. 16
|
6026 | ||
|
|
0
juil. 16
|
7199 | ||
|
|
1
déc. 15
|
5410 |
Hello ,
You get any solution because i am facing similar problem.