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
We have numbers that does not pass the validation. like
324 3236XXX
Expected Behavior
We expect to have the number formated for colombia
Current Behavior
If I put that number on the input and then loose the focus the onPhoneNumberChange will return false for validation
false '324 3236XXX' {name: 'Colombia', iso2: 'co', dialCode: '57', priority: 0, areaCodes: null} '+57 324 3236XXX'
Steps to Reproduce
1.With last version of library add a number for colombia that start with 234
Version:
Browser:
Chrome
The text was updated successfully, but these errors were encountered:
We have numbers that does not pass the validation. like
324 3236XXX
Expected Behavior
We expect to have the number formated for colombia
Current Behavior
If I put that number on the input and then loose the focus the onPhoneNumberChange will return false for validation
false '324 3236XXX' {name: 'Colombia', iso2: 'co', dialCode: '57', priority: 0, areaCodes: null} '+57 324 3236XXX'
Steps to Reproduce
1.With last version of library add a number for colombia that start with 234
Chrome
The text was updated successfully, but these errors were encountered: