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
Currently, the library does not provide a way to generate a sample phone number when only the IsoCode of the country is available. This creates challenges when trying to set a default number and format it.
Key limitations:
Unable to access the phoneLength (minimum/maximum) for the country.
Cannot retrieve the leadingDigits to enable the formatter.
Proposed Solution:
The library should include a way to fill a sample phoneNumber, using the max/min phoneLength and the leadingDigits
An extension on IsoCode
A factory constructor in PhoneNumber
PhoneNumber.fromIsoCode(IsoCode.US);
The text was updated successfully, but these errors were encountered:
Currently, the library does not provide a way to generate a sample phone number when only the IsoCode of the country is available. This creates challenges when trying to set a default number and format it.
Key limitations:
Proposed Solution:
The library should include a way to fill a sample phoneNumber, using the max/min phoneLength and the leadingDigits
The text was updated successfully, but these errors were encountered: