We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A typical credit card number (i.e. Mastercard) looks like this: 5555 5555 5555 4444 and an American Express card looks like 3782 822463 10005
5555 5555 5555 4444
3782 822463 10005
Using the Default CardNumberFormatter, American Express cards are invalid. Can we get some sort of formatter that can be used with both?
CardNumberFormatter
The text was updated successfully, but these errors were encountered:
Hi @anthonycastelli!
Should be possible to have an algorithm that supports all types.
https://ux.stackexchange.com/questions/51346/why-do-credit-card-forms-ask-for-visa-mastercard-etc
Sorry, something went wrong.
No branches or pull requests
A typical credit card number (i.e. Mastercard) looks like this:
5555 5555 5555 4444
and an American Express card looks like
3782 822463 10005
Using the Default
CardNumberFormatter
, American Express cards are invalid. Can we get some sort of formatter that can be used with both?The text was updated successfully, but these errors were encountered: