RAC's Compatibility with React Hook Form #5175
Unanswered
thevipinmishra
asked this question in
Q&A
Replies: 1 comment
-
We can certainly look to add documentation for it if there is enough demand, feel free to create an issue so people can thumbs it up. That being said, there are some known issues with React Hook Form/Formik and our Combobox that haven't yet been fully investigated yet: #4621. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I'm trying to use RAC's Forms/Input related components with React Hook Form, so far I've managed to use most of them using the component, but I don't know how to use it with Combobox component, because the event props are different from the standard event names.
For example,
onInputChange
andonSelectionChange
.Since React Hook Form is a popular library, I'm assuming that a lot of people are going to use it.
Can we document it somewhere? maybe a section dedicated for such Form libraries?
Beta Was this translation helpful? Give feedback.
All reactions