You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this library in My react native project.
Max length of UAE ("AE") is 9 but when I am trying to get this number with phoneUtill?.getExampleNumber(country.cca2)?.getNationalNumber()?.toString().length
I am getting 8 number.
Moreover when checking number with isValidaNumber(), it is giving error on 8 number , so this is the difference when getting validation and getting max length.
Expected behaviour : phoneUtill?.getExampleNumber(country.cca2)?.getNationalNumber()?.toString().length has to be 9 number for AE
The text was updated successfully, but these errors were encountered:
I am using this library in My react native project.
Max length of UAE ("AE") is 9 but when I am trying to get this number with phoneUtill?.getExampleNumber(country.cca2)?.getNationalNumber()?.toString().length
I am getting 8 number.
Moreover when checking number with isValidaNumber(), it is giving error on 8 number , so this is the difference when getting validation and getting max length.
Expected behaviour : phoneUtill?.getExampleNumber(country.cca2)?.getNationalNumber()?.toString().length has to be 9 number for AE
The text was updated successfully, but these errors were encountered: