#50 Drop maxlength on IBAN and SIRET fields in admin

Ouvert
Créé il y a 9 ans par jocelyn · 0 commentaires
jocelyn a commenté il y a 9 ans

IBAN and SIRET fields themselves are fine and validate ok, handing the numbers with or without spaces.

The issue is that in django admin markup, there is a maxlength on input preventing to actually use numbers with spaces. It's painful. So let's increase its value or drop that constraint.

Technically, the way may be a default widget override for relevant fields.

IBAN and SIRET fields themselves are fine and validate ok, handing the numbers with or without spaces. The issue is that in django admin markup, there is a `maxlength` on input preventing to actually use numbers with spaces. It's painful. So let's increase its value or drop that constraint. Technically, the way may be a default widget override for relevant fields.
Connectez-vous pour rejoindre cette conversation.
Aucun jalon
Pas d'assignataire
1 Participants
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.