amarkes / br-mask

MIT License
116 stars 56 forks source link

Maximum call stack size exceeded on input #44

Closed ahrherrera closed 4 years ago

ahrherrera commented 4 years ago

When the user is writting in the input

CODE: `

CVC/CVV
        <ion-input formControlName="cvc" class="ion-text-center" inputmode="numeric" type="tel" maxlength="4" [brmasker]="{mask:'0000', len:4, type:'num'}"></ion-input>
      </ion-item>`

image

Ionic Info: image

yuricamara commented 4 years ago

Same here except that it doesn't repeat.

[Edit] I downgraded from version 0.0.9 to 0.0.8 and this problem disappeared.

ahrherrera commented 4 years ago

Same here except that it doesn't repeat.

[Edit] I downgraded from version 0.0.9 to 0.0.8 and this problem disappeared.

Thank You! It worked.