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

7 lines
209 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"