demarches-normaliennes/app/components/editable_champ/textarea_component/textarea_component.html.haml
2022-09-01 09:48:27 +02:00

6 lines
177 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)