demarches-normaliennes/app/components/editable_champ/email_component/email_component.html.haml

6 lines
163 B
Text
Raw Normal View History

2022-08-12 10:45:04 +02:00
= @form.email_field :value,
id: @champ.input_id,
aria: { describedby: @champ.describedby_id },
placeholder: t(".placeholder"),
required: @champ.mandatory?