component all the champ
This commit is contained in:
parent
a98aa079e2
commit
a3e8c09e71
121 changed files with 554 additions and 292 deletions
|
@ -0,0 +1,8 @@
|
|||
= @form.text_field :value,
|
||||
id: @champ.input_id,
|
||||
placeholder: t(".placeholder"),
|
||||
required: @champ.mandatory?,
|
||||
aria: { describedby: @champ.describedby_id },
|
||||
data: { controller: 'iban-input'},
|
||||
class: "width-66-desktop",
|
||||
maxlength: 34 + 9 # count space separator of 4 digits-groups
|
Loading…
Add table
Add a link
Reference in a new issue