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
Basically, inputmask data for Nepalese numbers is incorrect.
They are in reality written as +977-985-106-8231
However, plugin processes it as +977-98-510-682, and in my case cuts 31 off.
It would be good if that was fixed.
The text was updated successfully, but these errors were encountered:
Basically, inputmask data for Nepalese numbers is incorrect. They are in reality written as +977-985-106-8231 However, plugin processes it as +977-98-510-682, and in my case cuts 31 off. It would be good if that was fixed.
Please change your base number(phone-codes.json) - find your mask number(977) in file, and add append ## mask parameter("+977-##-###-###");
Sorry, something went wrong.
No branches or pull requests
Basically, inputmask data for Nepalese numbers is incorrect.
They are in reality written as +977-985-106-8231
However, plugin processes it as +977-98-510-682, and in my case cuts 31 off.
It would be good if that was fixed.
The text was updated successfully, but these errors were encountered: