Quick Question: is there a library for Email chip inputs that works with useForm.
Unanswered
Yacare Caiman posted this in #help-forum
Yacare CaimanOP
I'm using ShadCn Inputs and currently have a self coded Chip Input, but obviously I forgot to correctly implement the useForm validation with it, its quite a mess, just wanted to ask if there is a library that gives me customizable chip inputs that I can use with useForm.
2 Replies
@Yacare Caiman I'm using ShadCn Inputs and currently have a self coded Chip Input, but obviously I forgot to correctly implement the useForm validation with it, its quite a mess, just wanted to ask if there is a library that gives me customizable chip inputs that I can use with useForm.
You can easily find it anywhere, like i found this on codepen: https://codepen.io/danuvip/pen/ExrpPwO
You can dig deeper to find more of React
You can dig deeper to find more of React
Yacare CaimanOP
its that I need something that can work with my useForm and zod validator, currently I'm trying to implement it myself.