Open graemedewe opened 1 year ago
using: "libphonenumber-js": "^1.10.24", "vue-tel-input": "^5.12.0",
"libphonenumber-js": "^1.10.24",
"vue-tel-input": "^5.12.0",
When I enter this Irish number +3538505662500 into the demo for https://www.npmjs.com/package/libphonenumber-js I get it saying it is possible but not valid
+3538505662500
but when I enter it here https://vue-tel-input.iamstevendao.com/ it says its valid
the problem is our backend is using https://github.com/giggsey/libphonenumber-for-php whish says its invalid https://giggsey.com/libphonenumber/index.php?phonenumber=%2B3538505662500&country=&language=®ion=
causing me issues. How can I resolve this as it seems this number is not actually valid?
The demo you mentioned uses the max version of the metadata set. The vue-tel-input only uses the default version which has a limited set of validation rules. This issue is related to: #369
using:
"libphonenumber-js": "^1.10.24",
"vue-tel-input": "^5.12.0",
When I enter this Irish number
+3538505662500
into the demo for https://www.npmjs.com/package/libphonenumber-js I get it saying it is possible but not validbut when I enter it here https://vue-tel-input.iamstevendao.com/ it says its valid
the problem is our backend is using https://github.com/giggsey/libphonenumber-for-php whish says its invalid https://giggsey.com/libphonenumber/index.php?phonenumber=%2B3538505662500&country=&language=®ion=
causing me issues. How can I resolve this as it seems this number is not actually valid?