Open Nyantekyi opened 1 day ago
Does this actually need a component? What I see there is a SelectMenu and an Input. What is exactly needed that you cant build with Nuxt UI right now?
What comes tricky about phone numbers is the form validation. But validation is handled by a third party library like Zod, Yup, Joi, Valibot etc. so the validation is also something Nuxt UI cant provide.
I think we can make an example like we did here: https://ui3.nuxt.dev/components/select-menu#as-a-countrypicker
For what version of Nuxt UI are you suggesting this?
v3.0.0-alpha.x
Description
I would really like an implementation of the phone number component. I searched online and found an implementation that uses shadcn vue https://shadcn-vue-phone-input.vercel.app/ . This would be an awesome addition and a very useful feature for my use case. Thanks in advance
Additional context
No response