webcat12345 / ngx-intl-tel-input

Phone number input field to support international numbers, Angular
MIT License
213 stars 333 forks source link

Moroccan numbers are not fully supported #509

Open neokyuubi opened 2 months ago

neokyuubi commented 2 months ago

+2127[2,3,4,5,9]... does not work but these does +2127[0,1,6,7,8]....

for example +212720000000 is not valid

i also tried to upgrade from "3.1.3" to "3.2.0", still not working btw the current package "3.2.0" is using "google-libphonenumber": "^3.2.3",

any help please ?