Skip to content
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

[Idea]: Add react-phone-input-2 for phone input #140

Open
Aaryansh1 opened this issue Dec 14, 2024 · 2 comments
Open

[Idea]: Add react-phone-input-2 for phone input #140

Aaryansh1 opened this issue Dec 14, 2024 · 2 comments

Comments

@Aaryansh1
Copy link

Why this library? As it allows for better phone input.
I have already implemented this idea would just need to customize it a bit to add here.
My current approach is
phone: z.object({ country_code: z.string(), phone: z.string(), })
and disabling the country_code view from dependencies

@Aaryansh1
Copy link
Author

Ohkay cool! But I think it would be better to use react-phone-input-2 as it would allow better customizability and checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Aaryansh1 and others