Merge pull request #3754 from betagouv/fix-3682
Usager : suppression du placeholder dupliqué dans les champs "Zone de texte"
This commit is contained in:
commit
69cae0d907
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
~ form.text_area :value,
|
~ form.text_area :value,
|
||||||
row: 6,
|
row: 6,
|
||||||
placeholder: champ.description,
|
|
||||||
required: champ.mandatory?,
|
required: champ.mandatory?,
|
||||||
value: html_to_string(champ.value)
|
value: html_to_string(champ.value)
|
||||||
|
|
Loading…
Reference in a new issue