demarches-normaliennes/app/components/editable_champ/iban_component/iban_component.html.haml

2 lines
271 B
Text
Raw Normal View History

2023-09-25 16:46:25 +02:00
= @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