andr-04 / inputmask-multi

http://andr-04.github.com/inputmask-multi/
254 stars 106 forks source link

Nepal numbers problem #47

Open sonololo opened 5 years ago

sonololo commented 5 years ago

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 commented 4 years ago

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