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, when i attempting to get phone number in POST i recieve a double countryCode in it (sample +7+7324234 or +372+3728435345)
["phone"]=> string(14) "+7+73214234134"
options is only - 'separateDialCode' => true,
Placeholder for Russia is '8 (912) 345-67-89' but it's not correct, we don't need to add 8 at start, when separateDialCode is false, the script ignoring '8' and make right number + 79123456789
The text was updated successfully, but these errors were encountered:
Hi, when i attempting to get phone number in POST i recieve a double countryCode in it (sample +7+7324234 or +372+3728435345)
["phone"]=> string(14) "+7+73214234134"
options is only - 'separateDialCode' => true,
Placeholder for Russia is '8 (912) 345-67-89' but it's not correct, we don't need to add 8 at start, when separateDialCode is false, the script ignoring '8' and make right number + 79123456789
The text was updated successfully, but these errors were encountered: