4 lines
133 B
Text
4 lines
133 B
Text
= form.text_field :value,
|
|
placeholder: champ.libelle,
|
|
required: champ.mandatory?,
|
|
aria: { describedby: describedby_id(champ) }
|