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