-
It requires access to the field's current value and on change method which I assume is on the register call? What else would I need to make sure I use from register in order to not lose funcitonality? |
Beta Was this translation helpful? Give feedback.
Answered by
JWTappert
Feb 5, 2025
Replies: 1 comment
-
I was able to get this working using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JWTappert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to get this working using
const { watch, setValue } = useRemixForm(...)
as was demonstrated in this youtube video.