[Fix #3682] Remove placeholder on textarea champ

This commit is contained in:
Mathieu Magnin 2019-04-04 17:35:49 +02:00 committed by Pierre de La Morinerie
parent af40d0c43d
commit 052bd9a9fc

View file

@ -1,5 +1,4 @@
~ form.text_area :value,
row: 6,
placeholder: champ.description,
required: champ.mandatory?,
value: html_to_string(champ.value)