5 lines
156 B
Text
5 lines
156 B
Text
= form.number_field :value,
|
|
id: champ.input_id,
|
|
aria: { describedby: champ.describedby_id },
|
|
placeholder: champ.libelle,
|
|
required: champ.mandatory?
|