-
## Feature request
### Current Behavior
Currently there is no clean way to check if an input has been modified from it's initial value. Touched does not accomplish this, however touched is spe…
-
## 🐛 Bug report
Calling arrayHelpers.push(new SomeObject()) doesn't work.
### Current Behavior
It adds an empty only with a field with the name of the form field. So you cannot really have more…
-
I have problem with getting into plain data object via state.get() method.
Here's a small getter to have value out of hookstate:
```
getCyclicalActivityFormikDataForPUT() {
return s…
-
## 🐛 Bug report
### Current Behavior
When I call FieldArray's `removeItem`, it sets the error state to an empty array, and it stays that way until validate is run again. Having a key with a trut…
-
## 🐛 Bug report
### Current Behavior
When setFieldValue is called multiple times consecutively, before Formik's inner dispatch finishes updating the state in between, validation reflects only th…
-
## ❓Question
I am learning to build app using react-native and one of my screens has couple of Picker components. I want to run some basic validations on them before submitting. I want to make sure…
-
I am using the Formik library to render a form using a JSON file. I have a requirement that, one property can have multiple items so I am using FieldArray from Formik.
I tried it with the static fi…
-
## 🚀 Feature request
### Current Behavior
At the moment, to set a field value, you have to call a method with the following signature:
```
setFieldValue(field: string, value: any)
```
Wh…
-
I tried to add strongly typed in Formik react library by typescript, but I didn't do that. Of course, I have used this link, but I couldn't solve my issue.
[https://jaredpalmer.com/formik/docs/guides…
-
```
import { useState } from "react";
import {
Box,
Button,
TextField,
useMediaQuery,
Typography,
useTheme,
} from "@mui/material";
import EditOutlinedIcon from "@mui/icons-mater…