fraserxu / react-dropdown

🔽 A dead simple dropdown component for React
http://fraserxu.github.io/react-dropdown/
MIT License
667 stars 251 forks source link

Can I use react-dropdown on react-hook-form? #205

Open subha-sfcu opened 3 years ago

subha-sfcu commented 3 years ago

Because name attribute is missing on Dropdown. react-hook-form needs a name attribute. Please help.

ravindus commented 3 years ago

You can use a Controller

Controller API Documentation