2022-08-12 10:45:04 +02:00
|
|
|
= @form.date_field :value,
|
2023-05-05 09:13:05 +02:00
|
|
|
input_opts(id: @champ.input_id,
|
2022-08-12 10:45:04 +02:00
|
|
|
aria: { describedby: @champ.describedby_id },
|
|
|
|
value: @champ.value,
|
2022-10-17 10:05:59 +02:00
|
|
|
required: @champ.required?,
|
2023-11-28 21:00:16 +01:00
|
|
|
class: "width-33-desktop")
|