remove placeholder for iban component

This commit is contained in:
Christophe Robillard 2023-09-25 16:46:25 +02:00
parent bd3f7eeb38
commit 8bacb30e36
3 changed files with 1 additions and 7 deletions

View file

@ -1,3 +0,0 @@
---
en:
placeholder: "FR76 3000 6000 0012 3456 7890 189"

View file

@ -1,3 +0,0 @@
---
fr:
placeholder: "FR76 3000 6000 0012 3456 7890 189"

View file

@ -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