[Fix #3682] Remove placeholder on textarea champ
This commit is contained in:
parent
af40d0c43d
commit
052bd9a9fc
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