remove placeholder for iban component
This commit is contained in:
parent
bd3f7eeb38
commit
8bacb30e36
3 changed files with 1 additions and 7 deletions
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
en:
|
||||
placeholder: "FR76 3000 6000 0012 3456 7890 189"
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
fr:
|
||||
placeholder: "FR76 3000 6000 0012 3456 7890 189"
|
|
@ -1 +1 @@
|
|||
= @form.text_field(:value, input_opts(id: @champ.input_id, placeholder: t(".placeholder"), required: @champ.required?, aria: { describedby: @champ.describedby_id }, data: { controller: 'format', format: 'iban' }, class: "width-66-desktop", maxlength: 34 + 9)) # count space separator of 4 digits-groups
|
||||
= @form.text_field(:value, input_opts(id: @champ.input_id, required: @champ.required?, aria: { describedby: @champ.describedby_id }, data: { controller: 'format', format: 'iban' }, class: "width-66-desktop", maxlength: 34 + 9)) # count space separator of 4 digits-groups
|
||||
|
|
Loading…
Reference in a new issue