Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Angular 14 and Capacitor #1087

Open
matiasArt opened this issue Dec 8, 2023 · 0 comments
Open

Bug Angular 14 and Capacitor #1087

matiasArt opened this issue Dec 8, 2023 · 0 comments

Comments

@matiasArt
Copy link

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'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant