4 lines
137 B
Text
4 lines
137 B
Text
= form.text_field :value,
|
|
data: { address: true, autocomplete: 'address' },
|
|
placeholder: champ.libelle,
|
|
required: champ.mandatory?
|