demarches-normaliennes/app/components/editable_champ/iban_component/iban_component.html.haml
2022-09-01 09:48:27 +02:00

8 lines
292 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'},
class: "width-66-desktop",
maxlength: 34 + 9 # count space separator of 4 digits-groups