2017-08-02 14:56:08 +02:00
|
|
|
= form.email_field :value,
|
2022-01-05 11:44:07 +01:00
|
|
|
id: champ.input_id,
|
|
|
|
aria: { describedby: champ.describedby_id },
|
2022-07-04 18:37:30 +02:00
|
|
|
placeholder: t(".placeholder"),
|
2018-02-09 17:42:53 +01:00
|
|
|
required: champ.mandatory?
|