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