5 lines
195 B
Text
5 lines
195 B
Text
= form.text_field :value,
|
|
id: champ.input_id,
|
|
placeholder: "27 caractères au format FR7630006000011234567890189",
|
|
required: champ.mandatory?,
|
|
aria: { describedby: champ.describedby_id }
|