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
Tested this in a fresh project: when you parse a 7 digit number (region US), and then loosely validate with isPossibleNumber(withReason it returns IS_POSSIBLE rather than IS_POSSIBLE_LOCAL_ONLY
This also seems to occur with local numbers in Australia region as well; these are the only two areas I've tested.
This does not occur on the original LibPhoneNumber repo.
The text was updated successfully, but these errors were encountered:
Tested this in a fresh project: when you parse a 7 digit number (region US), and then loosely validate with
isPossibleNumber(withReason
it returnsIS_POSSIBLE
rather thanIS_POSSIBLE_LOCAL_ONLY
This also seems to occur with local numbers in Australia region as well; these are the only two areas I've tested.
This does not occur on the original LibPhoneNumber repo.
The text was updated successfully, but these errors were encountered: