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

8 lines
209 B
Text
Raw Normal View History

2022-08-12 10:45:04 +02:00
= @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"