-
Hello, I am trying to wire up redux-form array fields ( see example below ) and make it sortable using react-sortable-hoc components. I am not able to make any progress. Need help and guidance.
ht…
-
I've tried implementing array field-level validation but I get the following error when I try to delete the last item in the array `Cannot set a numeric property on an object`.
I would like to vali…
-
It would be hand to have an interface similar to [`fieldarrays`](https://github.com/piever/StructArrays.jl/blob/8f22b25f0204f24ef01072ba9506a531bac59d85/src/structarray.jl#L88).
-
## Bug, Feature, or Question?
Question
## Info
Since you need to have no errors on the array does this make the most sense for validating Arrays or am I making this too difficult? If you don'…
-
### Are you submitting a **bug report** or a **feature request**?
Feature Request
### What is the current behavior?
I am trying to use the ajv to validate the form result with json sc…
-
I'm trying to pass form data from my parent to a child like this:
```
this.handleLessonBack()}/>
```
I can see in redux devtools that this is getting passed in like this:
```
…
-
### Are you submitting a **bug report** or a **feature request**?
Bug
### What is the current behavior?
Using FieldArrays results in `Uncaught TypeError: original.mergeDeepWith is not a f…
-
Using this example from Formik
https://jaredpalmer.com/formik/docs/api/fieldarray
If we pass errors with the same way back as they are structured inside values.
e.g.:
values:
```
{
filter…
-
### Version
3.0.0
### Environment
ubuntu 16.4, chrome 62.0.3202.94 (64-bit), react 16, antd 3.0.0
### Reproduction link
[https://codesandbox.io/s/wq5rj10188](https://codesandbox.io/s/wq5rj10…
-
Can anyone reference or show an example of pre-populating a FieldArrays example with initialValues when using Immutable JS. The main confusion is do your initial values needed to be mutated to have th…