#1087·text-mask

Bug Angular 14 and Capacitor

Author: matiasArtCreated Dec 8, 2023Updated Dec 8, 2023

Working with Angular 14 and Capacitor, when "37" is entered into an input field with validation for Amex, automatically, the cursor moves to the end of the input.

{ type: CreditCardBrand.Amex, patterns: [34, 37], format: /(\d{1,4})(\d{1,6})?(\d{1,5})?/, mask: amexMask, length: [15], cvvLength: [3, 4], luhn: true, srcImage: 'assets/img/amex.png' }