-
Notifications
You must be signed in to change notification settings - Fork 105
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
Error thrown on pasting into fields #9
Comments
thanks, I will look into it. |
I also noticed that pasting strings with more than 10 characters into phone number field causes an error: Uncaught TypeError: Cannot read property '0' of null jquery.formance.min.js:1 |
In addition to what @prpetten found, if you type any characters after 10 characters you also get the 'Uncaught TypeError: Cannot read property '0' of null jquery.formance.min.js:1' |
Bump.. is this a totally given up on dead project? |
No not given up. This issue is fixed in the revamp branch https://github.com/omarshammas/jquery.formance/tree/revamp but there are still a few failing tests that need to be resolved before it will merged in to master. I'm just really busy right now, if you'd like to lend a hand pull requests are welcome! |
I am testing the credit card validation. When I paste into the demo provided, the code throws the error
The text was updated successfully, but these errors were encountered: