demarches-normaliennes/app/components/editable_champ/email_component/email_component.html.haml
2022-09-01 09:48:27 +02:00

5 lines
163 B
Text

= @form.email_field :value,
id: @champ.input_id,
aria: { describedby: @champ.describedby_id },
placeholder: t(".placeholder"),
required: @champ.mandatory?