2020-09-22 16:04:57 +02:00
|
|
|
= form.text_field :value,
|
2022-01-05 11:44:07 +01:00
|
|
|
id: champ.input_id,
|
2020-09-22 16:04:57 +02:00
|
|
|
placeholder: "27 caractères au format FR7630006000011234567890189",
|
|
|
|
required: champ.mandatory?,
|
2022-06-21 15:18:37 +02:00
|
|
|
aria: { describedby: champ.describedby_id },
|
|
|
|
data: { controller: 'iban-input'}
|