6 lines
195 B
Text
6 lines
195 B
Text
= @form.number_field :value,
|
|
id: @champ.input_id,
|
|
aria: { describedby: @champ.describedby_id },
|
|
placeholder: @champ.libelle,
|
|
required: @champ.required?,
|
|
data: data_dependent_conditions
|