4 lines
124 B
Text
4 lines
124 B
Text
= form.text_field :value,
|
|
id: champ.input_id,
|
|
required: champ.mandatory?,
|
|
aria: { describedby: champ.describedby_id }
|