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