demarches-normaliennes/app/components/editable_champ/textarea_component/textarea_component.html.haml

7 lines
176 B
Text
Raw Normal View History

2022-08-12 10:45:04 +02:00
~ @form.text_area :value,
id: @champ.input_id,
aria: { describedby: @champ.describedby_id },
rows: 6,
required: @champ.required?,
2022-08-12 10:45:04 +02:00
value: html_to_string(@champ.value)