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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: