-
I am trying to use the fieldarray as descirbed in http://jquense.github.io/react-formal/api/FieldArray.
The only difference is that instead of using defaultValue I am using value hooked to the state …
-
**bug report** or a **feature**
Hi, find that function `changeValue`, checks state.fields[name]. In my case form has routes and some mutation logic take place in component that does not have any …
-
## Bug report
I am using formik with downshift. I have it set up so that once something gets entered in the input field, inside the downshift [onInputValueChange](https://www.downshift-js.com/use-com…
-
## 🐛 Bug report
### Current Behavior
Each FieldArray causes extra renders even when they are empty. This problem is exacerbated in my application as I have several nested arrays which can cause …
-
Hello,
Still relatively new to Formik. I'm using FieldArray to render different types of input fields. An example payload would be an array of objects like below. Filter_type would determine what k…
-
### Are you submitting a **bug report** or a **feature request**?
I think it could be a bug, but perhaps I am doing something that is not intended.
### What is the current behavior?
I hav…
-
Initializing a large prime field for e.g. BLS12-381 takes several minutes. I was hoping to mitigate this by pickling the GF object to disk after first run, however this does not seem to work. Shoul…
-
Hello, first, thanks for this awesome project. I was trying to use FieldArray in a nested property. Let's suppose it's:
```
{name: "Foo", skills: [
{name: "aws", projects: [1, 2, 3]}
]}
```
…
-
Hello,
I have this react component `SortableTextFields` that works great to handle sortable list items. I'm wrapping it with a `FieldArray` to handle form values (passing `fields.getValues()`), and a…
-