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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I'm using this test card diners with 14 digits: 3056 930902 5904
However, on typing numbers, react credit cards component expect a last digit: https://prnt.sc/rmscy4
On preview is showing as it has 15 digits, not 14 digits: https://prnt.sc/rmsdjy
The text was updated successfully, but these errors were encountered:
Almost same here.
Without preview prop it works fine. When in use, I got 15 preview digits but it returns maxLength = 14 from callback.
preview
maxLength = 14
callback
Sorry, something went wrong.
This is being tracked in #79
No branches or pull requests
I'm using this test card diners with 14 digits: 3056 930902 5904
However, on typing numbers, react credit cards component expect a last digit: https://prnt.sc/rmscy4
On preview is showing as it has 15 digits, not 14 digits: https://prnt.sc/rmsdjy
The text was updated successfully, but these errors were encountered: