-
## 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…
-
- [ ] If we have errors by the code editor (monaco), this should be added to the state of the form and make and report the error to the user and may be used to disable the save functionality if invali…
-
## 🐛 Bug report
### Current Behavior
When blurring a Field or FastField the entire form re-renders, even if there are no changes.
Custom fields with useField and value/setValue don't exhibit th…
-
I'm using validationSchema of formik and the validationOnBlur is set to true. I want to make an API call onBlur based on the result of validation on that field. I tried running both the Formik's fiel…
-
## 🐛 Bug report
### Current Behavior
Using javascript `Map` as a form field makes the form `dirty` property not to change to `true` when modifying the `Map` field.
In this old issue [https://…
-
Using
formik-antd 2.0.0-beta.3
formik 2.1.4
antd 4.0.0
When setting values in required fields, the submit button will enable even if there are other required fields without any values in them
…
-
## 🚀 Feature request
Speed up Formik by preventing the use of **toPath** / **getIn** / **setIn** where it's not necessary.
It' simple, but not fast to do.
### Current Behavior
Each of this m…
-
## 🐛 Bug report
### Current Behavior
If I use parcel to build formik it will work in development mode.
However, in production if I specify the `--experimental-scope-hoisting` flag, there will b…
-
### Are you submitting a **bug report** or a **feature request**?
Currently the only way to use react-final-form is inside a render component - this makes it painfully non-react to do certain thin…
-
Good afternoon. I am using Formik in my React js project. I'm doing a multi-step form. The form has 2 inputs where the user selects a start and end date. And then I need to put this data into an obj…