demarches-normaliennes/app/components/editable_champ/date_component/date_component.html.haml
2024-12-19 09:31:44 +01:00

6 lines
215 B
Text

= @form.date_field :value,
input_opts(id: @champ.input_id,
aria: { describedby: "#{@champ.describedby_id} #{@champ.error_id}" },
value: @champ.value,
required: @champ.required?,
class: "width-33-desktop")