-
### What happened?
When removing rows from a field array the validation is triggered for some of the remaining rows (seems like always the last untouched row is affected).
### Reproduction steps
1.…
-
### Description
Right now you can only access the part of the form you are contextually in, such as the current fieldarray.
However, if you want to use the entire form state at once, there isn't an …
-
Right now I only see `getError` for getting error for individual field. Having a function like `getErrors` for getting all errors would be very useful for debugging.
-
I was misled by the documentation about FieldArrays on the Advanced page:
- This [paragraph](https://github.com/react-hook-form/documentation/blob/master/src/data/en/advanced.tsx#L295-L307) seems m…
-
This is incredibly minor, but I noticed in /advanced-usage#FieldArrays, the link in ```Note: if your application requires functionality such as: Delete, Insert, Append, Preprend. Here is the link for …
-
### Version Number
7.16.1 - 7.17.1
### Codesandbox/Expo snack
https://codesandbox.io/s/frosty-dubinsky-1bgj2
### Steps to reproduce
1. Go to https://codesandbox.io/s/frosty-dubinsky-1bgj2
2. Cli…
-
**Is your feature request related to a problem? Please describe.**
When I am using nested structures inside fieldArrays I am passing methods of useFieldArray to children. It makes components look mes…
-
Add something like
```julia
import GPUArrays: BroadcastGPUArray,backend,@cartesianidx,launch_heuristic,launch_configuration,gpu_call
const GPUStore = Tuple{Vararg{BroadcastGPUArray}}
const NamedG…
-
### Version Number
7.20.2
### Codesandbox/Expo snack
https://codesandbox.io/s/suspicious-kirch-v2dy3?file=/src/schemas.js
### Steps to reproduce
1. Open the provided codesandbox
2. Turn on the s…
-
**Describe the bug**
If you're typing a field inside the TFieldValues as an array of primitives the react-hook-form types will tell you that there is no error message on that field directly.
Exam…