Closed arthutox closed 3 months ago
As per the instructions in your screenshot, by default, isValidNumber only returns true for mobile numbers. If you want it to accept other kinds of numbers, you need to also set validationNumberType accordingly (see readme).
Plugin version v23.8.1
Steps to reproduce
When validating the number, an error is returned because the plugin considers it invalid. I checked this number in the libphonenumber. Result from isValidNumber() | true
https://libphonenumber.appspot.com/phonenumberparser?number=%2B81+3+3523+0811
Expected behaviour The plugin's response to the valid number check is true.
Actual behaviour The plugin's response to the valid number check is false.
Initialisation options
List any options you're using e.g. utilsScript or onlyCountries