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
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