Next.js Discord

Discord Forum

Quick Question: is there a library for Email chip inputs that works with useForm.

Unanswered
Yacare Caiman posted this in #help-forum
Open in Discord
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 CaimanOP
its that I need something that can work with my useForm and zod validator, currently I'm trying to implement it myself.