-
### Are you submitting a **bug report** or a **feature request**?
bug report
### What is the current behavior?
1) Change fisrt name
2) Click Next
3) Check the dirty state and modified fields
…
-
Hi,
I am using resetFieldState function of useForm API to reset my field to the initial state. Unfortunately, it only resets a few fields and not reset the entire field object. The error state and …
-
Wrapping and reexporting dependencies is a pattern that has come up a couple times in our apps/libs and discussions. Forgive me for bringing this up again, but after thinking about it I still wouldn't…
ismay updated
4 years ago
-
__Is your feature request related to a problem? Please describe__
On Zeebe Tasklist if we try to complete a Task that was already completed we receive the updated Task and update the values on the …
-
### Are you submitting a **bug report** or a **feature request**?
bug report (reopening #142)
### What is the current behavior?
I have a FieldArray for an outer array, and then a conditio…
-
### Are you submitting a **bug report** or a **feature request**?
Feature request
To subscribe to more than one value I use the following pattern:
```
{({ input: fieldName1Input }) =…
-
### What is the current behavior?
https://codesandbox.io/s/52q597j2p
Try OnBlur event here. It doesnt fire the children function when element loses focus.
`
const WhenFieldChanges = ({ fie…
-
## Bug report
### Current Behavior
Using the [MultistepWizard](https://github.com/formium/formik/blob/master/examples/MultistepWizard.js), calling [`resetForm()`](https://formik.org/docs/api/for…
-
### Are you submitting a **bug report** or a **feature request**?
This is a bug report.
### What is the current behavior?
I cannot limit how many entries the user can push into an array…
-
Currently a field is either invalid or valid. In most form-heavy applications there is a grey area where a value might be outside of some "known good" parameter but not necessarily invalid, resulting …