Replies: 1 comment 1 reply
-
provide some more context and example plz. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi all
I'm currently working to get a date picker to conform to the standard of React Hook Form, but as you can imagine it's pretty finicky.
I'm curious why so many functions, state values and other stuff is exposed when using
render
from aController
but notsetValue
. The Date picker I am using does not provide anevent
whenonChange
is fired, so unfortunatelyfield.onChange
would not work.Thoughts?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions