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
It seems there are 2 number formats in Indonesia (+62)
+62 XXX XXXX XXX +62 XXX XXXX XXXX
But on Countries.js the mask is fixed as mask: '9999-999-999' so only the first one works.
Is it possible to add multiple masks ?
The text was updated successfully, but these errors were encountered:
Hey @brunoaduarte, did you find a fix for this?
Sorry, something went wrong.
No... i've changed Countries.js to +62 XXX XXXX XXXXX and disabled number verification. That's the only way out.
+62 XXX XXXX XXXXX One more
So there are 3 formats +62 XXX XXXX XXX +62 XXX XXXX XXXX +62 XXX XXXX XXXXX
No branches or pull requests
It seems there are 2 number formats in Indonesia (+62)
+62 XXX XXXX XXX
+62 XXX XXXX XXXX
But on Countries.js the mask is fixed as
mask: '9999-999-999' so only the first one works.
Is it possible to add multiple masks ?
The text was updated successfully, but these errors were encountered: