7 lines
204 B
Text
7 lines
204 B
Text
= form.date_field :value,
|
|
id: champ.input_id,
|
|
aria: { describedby: champ.describedby_id },
|
|
value: champ.value,
|
|
required: champ.mandatory?,
|
|
placeholder: 'aaaa-mm-jj',
|
|
class: "width-33-desktop"
|