-
### What happened?
This is my first Github issue, so please bear with me...
The keys in the Error object don't match their TS definition. Lets say I have the Following:
```
import { useField…
-
Got:
```
Type 'Control' is not assignable to type 'Control'.
Types of property '_updateFieldArray' are incompatible.
Type 'import("/xxx/node_modules/react-hook-form/dist/types/form").BatchF…
-
### Version
Vben Admin V5
### Description
How can i use VbenForm with nested array?
### Proposed Solution
How can i use VbenForm with nested array?
### Alternatives Considered
_No…
-
## Description
Calling `Form.use(. ~init=None, ...)` or with `Form.use(. ~init=Some([]), ...)`, notice the FieldArray elements are not updating as expected.
## Reproduction
We create a `FieldAr…
-
### Version Number
7.53.0
### Codesandbox/Expo snack
https://codesandbox.io/p/sandbox/cranky-darkness-z9wcwl?workspaceId=b4117147-d6d0-4b94-8425-5a52d1fdd512
### Steps to reproduce
1. Click on sh…
-
I'm using FieldArray. Is there a way to pass the array of items contained the in the field array, and not just the fieldArray.items array which is just a random number index?
I would like to pass …
-
In my case, I need to insert a new entry without value into `FieldArray`, but the current type definition does not support this.
-
I have a form like this:
```typescript
const MyForm = v.object({
items: v.array(
v.object({ foo: v.string() })
),
})
type MyForm = v.InferInput
const formStore = useFormStore({
…
-
## Feature request
Hi team, I'd like to propose an improvement on `` or `FieldArrayRenderProps` to make it type-safer.
### Current Behavior
Currently, we only have generic type on `ArrayHelpers`
…
-
I cleaned up all the unnecessary code from my component and left only what is important to test the problem. The code written this way worked normally up to version 0.3.12.
It seems to work only if …