This commit is contained in:
Carlos Satorres 2023-09-12 11:36:57 +02:00
parent 7600e258d7
commit 7c27fb6a2a
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import ngModule from '../../module';
export default class AccountNumber extends Textfield {
constructor($element, $) {
super($element, $);
this.$ = $;
super.insertable = true;
super.maxLength = 10;
this.element.addEventListener('change', () => this.accountShortToStandard());