e26cee8d9d
cc #7429
7 lines
206 B
Text
7 lines
206 B
Text
~ form.text_area :value,
|
|
id: champ.input_id,
|
|
aria: { describedby: champ.describedby_id },
|
|
rows: 6,
|
|
required: champ.mandatory?,
|
|
value: html_to_string(champ.value),
|
|
placeholder: t(".placeholder")
|