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
Hi, first all thanks for this amazing component. My issue is happening when I tested a valid phone number for Colombia Country local phone numbers, I am getting an "isValid equals to false" on the returned data in the payload but if I check the same phone number using the isValidPhoneNumber from 'libphonenumber-js', the library is responding with a Valid number.
Steps to reproduce
Select Colombia Country and type the next valid phone number: 6076998899
The payload is showing isValid equals to false
Expected behavior
"isValid equals to true" on the returned data in the payload
Screenshots
Bug with component:
Response using isValidPhoneNumber from 'libphonenumber-js'
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi, first all thanks for this amazing component. My issue is happening when I tested a valid phone number for Colombia Country local phone numbers, I am getting an "isValid equals to false" on the returned data in the payload but if I check the same phone number using the isValidPhoneNumber from 'libphonenumber-js', the library is responding with a Valid number.
Steps to reproduce
Expected behavior
"isValid equals to true" on the returned data in the payload
Screenshots
Bug with component:
Response using isValidPhoneNumber from 'libphonenumber-js'
The text was updated successfully, but these errors were encountered: