hsuanyi-chou / shadcn-ui-expansions

More components built on top of shadcn-ui.
https://shadcnui-expansions.typeart.cc/
MIT License
560 stars 25 forks source link

Issue with using react-hook-form #33

Closed Nithur-M closed 4 months ago

Nithur-M commented 4 months ago

I am passing field.onchange to onchange prop of the multiselect and I am receiving

elm.focus is not a function

error. I am using react-hook-form with Zod for validation.

Nithur-M commented 4 months ago

Sorry, I just found the relevant part of the docs for this:

https://shadcnui-expansions.typeart.cc/docs/multiple-selector#Form

Closing it as my issue is resolved.