-
How can I add initial fields with initial values in FieldArray?
-
### Are you submitting a **bug report** or a **feature request**?
**bug** ?
### What is the current behavior?
Touching a field on the field array sets the field to be touched but the `meta.touc…
-
Example:
```
julia> struct Point3D a = Point3D(rand(3)); b = Point3D(rand(3)); a+b
3-element StaticArrays.SArray{Tuple{3},Float64,1,3} with indices SOneTo(3):
0.31581254718043894
0.74513967860…
-
I want to create a new kind of `FESpace` that does not rely on a `ReferenceFE` but transforms the prebasis into the FE basis by making use of DOFs defined in the physical space.
It seems that we mu…
-
## EDIT:
Apparently it only happens when the component where the form is being rendered is connected to the redux store and one of the properties is being enhanced on the mapStateToProps function, …
-
## 🐛 Bug report
### Current Behavior
When try to insert, remove or push
If tryied on codesandbox, nothing happens.
if tried on vscode, throws an error, check the print:
![Screenshot_2019050…
-
In this example, https://redux-form.com/7.4.2/examples/fieldarrays/ why there's a mutate prop like so
` fields.push({})}>`
Isn't in react we discourage mutation?
-
Right now all the tags you select show up under "Frequently Used":
![Search___Explorer___Media_Cloud](https://user-images.githubusercontent.com/673178/57944527-44c1cf80-78a5-11e9-8005-e1d1288303d9.jp…
-
If I want my final forms object on submit to look like this how would I do it ?
```
{
name : 'kk'
address: {
street: '123 abc',
city: 'sf'
}
}
```
I know somethin…
-
I have the code
```javascript
import React from 'react'
import ReactDOM from 'react-dom'
import { Provider, connect } from 'react-redux'
import { createStore, combineReducers, applyMiddleware } f…