fixes #5633 Reutilizar accountShortToStandard en un nuevo componente #1541

Closed
alexandre wants to merge 20 commits from 5633-accountShortToStandard into dev
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 7c27fb6a2a - Show all commits

View File

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

Esto ya se hace en la llamada a super

Esto ya se hace en la llamada a super
super.maxLength = 10;
this.element.addEventListener('change', () => this.accountShortToStandard());