5 lines
155 B
Text
5 lines
155 B
Text
= form.email_field :value,
|
|
id: champ.input_id,
|
|
aria: { describedby: champ.describedby_id },
|
|
placeholder: champ.libelle,
|
|
required: champ.mandatory?
|