demarches-normaliennes/app/views/shared/dossiers/editable_champs/_date.html.haml

7 lines
204 B
Text

= form.date_field :value,
id: champ.input_id,
aria: { describedby: champ.describedby_id },
value: champ.value,
required: champ.mandatory?,
placeholder: 'aaaa-mm-jj',
class: "width-33-desktop"