refs #5633 quit $
This commit is contained in:
parent
7600e258d7
commit
7c27fb6a2a
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue