9768f4e1c9
Closes #7428
5 lines
159 B
Text
5 lines
159 B
Text
= form.email_field :value,
|
|
id: champ.input_id,
|
|
aria: { describedby: champ.describedby_id },
|
|
placeholder: t(".placeholder"),
|
|
required: champ.mandatory?
|