528b7ec3f8
used for the `required` html attribute. It check visibility to avoid hidden required input which prevent the form from being sent.
5 lines
162 B
Text
5 lines
162 B
Text
= @form.email_field :value,
|
|
id: @champ.input_id,
|
|
aria: { describedby: @champ.describedby_id },
|
|
placeholder: t(".placeholder"),
|
|
required: @champ.required?
|