Replies: 2 comments 1 reply
-
|
Where does your control come from? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It works |
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.
-
I’m working on a project using useFieldArray from react-hook-form for dynamic form handling and came across remix-hook-form. I wanted to clarify if remix-hook-form fully supports the useFieldArray hook from react-hook-form, as it doesn’t seem to be working as expected in my setup.
The official react-hook-form documentation mentions that useFieldArray is used for managing dynamic field arrays, ensuring better user experience and performance. However, when I try to use it within remix-hook-form, I’m encountering issues where the form state doesn’t update as expected.
Can you confirm if useFieldArray is fully supported in remix-hook-form? If it is, could you provide any additional steps or considerations that I may have missed during setup? If not, are there any workarounds or alternative approaches to achieve dynamic form functionality?
Beta Was this translation helpful? Give feedback.
All reactions