-
-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong US Number formating. #577
Comments
Hi, so both are valid formats. One is national format and other is international. Unfortunately CCP does not format phone on its own. It uses Google's phone number lib to format that and that's what we get. |
So how can I achieve this? Because its a requirement. |
Do you only support US number or other countries as well?
…On Wed, May 24, 2023, 07:59 Sardar Khan ***@***.***> wrote:
So how can I achieve this? Because its a requirement.
—
Reply to this email directly, view it on GitHub
<#577 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFQ32DRPYRWXYKDOJB26CTXHYH45ANCNFSM6AAAAAAYL4XBJY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Other countries as well. |
@hbb20 any update on this? |
No updates yet. Since library it self does not do formatting. It uses
Google Phone number library to format the number, library has little
control over it.
…On Mon, May 29, 2023, 00:58 Sardar Khan ***@***.***> wrote:
@hbb20 <https://github.com/hbb20> any update on this?
—
Reply to this email directly, view it on GitHub
<#577 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFQ32FITWHTAJXVZ3HERBTXIRCJPANCNFSM6AAAAAAYL4XBJY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@hbb20 can you suggest to me how to achieve this using this library? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi ,
Thanks for this library. But i see that When you select country US (+1) and type 4696641777 in Carrier Edit Text, it will be formatted for US number format 469-664-1777 as you type in. Like this But US format number should be like this. (469)-664-1777
can we do this in this library?
Thanks
I am waiting for your reply.
The text was updated successfully, but these errors were encountered: