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 Team,
I hope this message finds you well. I am reaching out regarding an issue I encountered while using the Joi-Phone-Number package to validate international phone numbers, specifically Ghana phone numbers.
Upon thorough testing, I discovered that the package is returning validation errors for Ghana numbers starting with the "053" code, even when the strict validation setting is enabled. This issue stems from the outdated "google-libphonenumber" package utilized within Joi-Phone-Number. The PhoneUtil.isValidNumber function from this library inaccurately flags valid Ghana numbers like "0532221114" as invalid.
I believe upgrading the library package to a more recent version will resolve this issue. I am prepared to submit a pull request to address this, pending your approval.
Thank you for considering this request. I look forward to your guidance on how best to proceed with the package update.
The text was updated successfully, but these errors were encountered:
Hi Team,
I hope this message finds you well. I am reaching out regarding an issue I encountered while using the Joi-Phone-Number package to validate international phone numbers, specifically Ghana phone numbers.
Upon thorough testing, I discovered that the package is returning validation errors for Ghana numbers starting with the "053" code, even when the strict validation setting is enabled. This issue stems from the outdated "google-libphonenumber" package utilized within Joi-Phone-Number. The PhoneUtil.isValidNumber function from this library inaccurately flags valid Ghana numbers like "0532221114" as invalid.
I believe upgrading the library package to a more recent version will resolve this issue. I am prepared to submit a pull request to address this, pending your approval.
Thank you for considering this request. I look forward to your guidance on how best to proceed with the package update.
The text was updated successfully, but these errors were encountered: