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

2 lines
188 B
Text
Raw Normal View History

2023-05-05 09:13:05 +02:00
= @form.datetime_field(:value, input_opts(value: formatted_value_for_datetime_locale, id: @champ.input_id, aria: { describedby: @champ.describedby_id }, data: { controller: 'datetime' }))