-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Canadian phone format incorrect #385
Labels
Comments
Thanks for this. I can confirm two bugs when
|
I am still digging into the code. Seems to be an issue related to the areaCode. First time raising issue in Github.. May I try to fix this and make a pull request? |
Don't worry I'm on it. |
Should be fixed in v8.4.6. Let me know if you have any other issues. Thanks again. |
That's fast! Works perfectly. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue happens only when separateDialCode option is on
Steps to reproduce
Expected behaviour
Should be formatted to 519 497 xxxx
Actual behaviour
Formatted to 497 xxxx (3 digits NPA is cut off)
Place holder format is also problematic
Initialisation options
formatOnInit: true,
separateDialCode: true,
utilsScript: "path/to/utils.js"
The text was updated successfully, but these errors were encountered: