528b7ec3f8
used for the `required` html attribute. It check visibility to avoid hidden required input which prevent the form from being sent.
4 lines
127 B
Text
4 lines
127 B
Text
= @form.text_field :value,
|
|
id: @champ.input_id,
|
|
required: @champ.required?,
|
|
aria: { describedby: @champ.describedby_id }
|