909d726429
This reverts commit04fbfa15b7
, reversing changes made toaac1cc7161
.
6 lines
176 B
Text
6 lines
176 B
Text
~ @form.text_area :value,
|
|
id: @champ.input_id,
|
|
aria: { describedby: @champ.describedby_id },
|
|
rows: 6,
|
|
required: @champ.required?,
|
|
value: html_to_string(@champ.value)
|