NextUI `isClearable` is not working at all
I’m using NextUI with react-hook-form
in a Next.JS project. I used isClearable
. It’s showing a cross mark on the field when filled, but it’s not working.
Nextjs NextUi multiple select with React hook form
I am having an issue on implementing the multiple select component from NextUI with React Hook Form. I am displaying profile data and populate the select box with the selected values from the data. Now I got a typescript error like below.