-
### Version Number
7.18.1
### Codesandbox/Expo snack
https://codesandbox.io/s/mystifying-poitras-zxvfv?file=/src/components/SimpleForm.tsx
### Steps to reproduce
1. Open the form
2. Cl…
-
### Discussed in https://github.com/react-hook-form/react-hook-form/discussions/5802
Originally posted by **mgerring** June 30, 2021
**Describe the bug**
If I have a field array, and the fiel…
-
**Update:**
Fixed in https://github.com/cossio/ZygoteStructArrays.jl.
But leaving this open, since in principle Zygote should just work and differentiate this without needing a rule definition, …
-
useFieldArray's remove method throws TypeError: data.slice is not a function error.
I am using material-ui's textfield with Controller.
**To Reproduce**
Steps to reproduce the behavior:
1. Go …
-
## Current Behavior
There doesn't appear to be official support for nested forms since the documentation doesn't mention this possibility. However, it does work; you just need your nested form to ren…
-
Hi!
I'm trying to remove a specific field in a fields array and I went through all the related issues but I couldn't find the right solution.
Whatever the index I try to remove, it always removes …
-
**Describe the bug**
The value will be the default value when removed all fields. If the arguments of useForm has defaultValues.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to the co…
-
Modular exponentiation isn't implemented on `FieldArray`s. If a third argument is passed, all zeros should be returned.
### Example
```python
In [22]: np.power(x, 3)
Out[22]: GF([6, 6, 0, 6, 6…
-
**Is your feature request related to a problem? Please describe.**
* I am struggling to find an example with dynamics fields. For example, we have a todo list where a user can add/remove todos from …
-
**Describe the bug**
Again not sure if this a design feature or a bug. The issue is it seems like `setValues` does not update `formValues` correctly even for connected field arrays.
I have two mou…