material-ui-phone-number icon indicating copy to clipboard operation
material-ui-phone-number copied to clipboard

Not taking in valid Argentina numbers

Open umakantmanu opened this issue 4 years ago • 1 comments

Below is the valid Argentine mobile number:

+54 91123017883

That 9 after +54 is the prefix introduced in 2003 which isn't considered here. Reference: http://www.wtng.info/wtng-54-ar.html

Based on two other repos it was formed from:- this works fine with: https://catamphetamine.gitlab.io/react-phone-number-input/ but not with: https://bl00mber.github.io/react-phone-input-2.html

umakantmanu avatar Oct 28 '21 06:10 umakantmanu

The problem i have is that I can't write a complete Argentinian number, it only allows me to introduce 10 characters when I need 11.

For example: +54 9 1234 56-7890

leolozes avatar Nov 11 '21 09:11 leolozes