demarches-normaliennes/app/components/editable_champ/date_component/date_component.html.haml
2023-07-26 14:27:50 +02:00

6 lines
218 B
Text

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