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

6 lines
191 B
Text

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