Skip to content
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

Nepal numbers problem #47

Open
sonololo opened this issue Jul 14, 2019 · 0 comments
Open

Nepal numbers problem #47

sonololo opened this issue Jul 14, 2019 · 0 comments

Comments

@sonololo
Copy link

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.

@IKEFERI
Copy link

IKEFERI commented Apr 14, 2020

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-##-###-###");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants