9768f4e1c9
Closes #7428
6 lines
195 B
Text
6 lines
195 B
Text
= form.text_field :value,
|
|
id: champ.input_id,
|
|
placeholder: t(".placeholder"),
|
|
required: champ.mandatory?,
|
|
aria: { describedby: champ.describedby_id },
|
|
data: { controller: 'iban-input'}
|