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