- Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
issue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet
Description
I'm trying to use react-select inside a react-hook-form and everything connects up nicely up until I want to change my value and submit the form.
The traditional react select box works fine but implementing the same in react-select looks like there's an issue with passing react-hook-form's register into ref.
Below is in example of a react-select field named "fruit_new" and the traditional select named "fruit_old"
The "fruit_new" field isn't being registered with the form
Thanks!
chrise86, bluebill1049, midimurphdesigns, lemazza, janczizikow and 10 more
Metadata
Metadata
Assignees
Labels
issue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet