kenshoo / react-multi-select

A Multi Select component built with and for React
https://kenshoo.github.io/react-multi-select
MIT License
120 stars 53 forks source link

Integrate with react-hook-form #182

Open GabrielGomesBarbosa opened 4 years ago

GabrielGomesBarbosa commented 4 years ago

Hi folks,

How can i use this library with react-hook-form correctly? can anyone post some examples?

rickyalmeidadev commented 3 years ago

Yes, you must use Controller component with its render prop. I made a very simple example here.