Replies: 2 comments 6 replies
-
is you want |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes I realize it does not pass down name to the render function which I why posted this in the "Ideas" section. It is not possible for me to use |
Beta Was this translation helpful? Give feedback.
6 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.
-
When using the render prop for the Controller component, the name attribute in the Controller component does not get passed down to the component that is rendered by the render function. The example shows an example. The input does not have the name attribute at all. This can be a problemn when using a config file to render your form components and the render function is part of the config file.
codesandbox with the issue: https://codesandbox.io/s/react-hook-form-usefieldarray-forked-xn8lx?file=/src/index.js:1099-1392
Beta Was this translation helpful? Give feedback.
All reactions