-
## 🐛 Bug report
I am getting a memory leak in formik and I do not know whats causing it. I tried various workarounds but nothing seems to prevent the leak from happening.
### Current Behavior
…
-
Follow discussion here: https://github.com/final-form/react-final-form-arrays/issues/3#issuecomment-351748774
[![Edit RFF Field Array Problem](https://codesandbox.io/static/img/play-codesandbox.svg…
huygn updated
6 years ago
-
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…
-
## 🐛 Bug report
### Current Behavior
The handleChange and handleBlur are not working as expected when using Dropdown component
![Screenshot from 2020-07-16 16-48-12](https://user-images.githubu…
-
## Feature request
### Current Behavior
We have noticed that we want different validation rules to be enforced at different times. For example, in a run-of-the-mill "change password" form (cur…
-
### Are you submitting a **bug report** or a **feature request**?
Possibly a **feature request**, more a question: what I want may already exist :-)
### What is the current behavior?
I wa…
-
## 🐛 Bug report
Yup validation schema return undefined field value at initialization
### Current Behavior
` {console.log(value); return value},
then: yup.string(),
otherwise: yup.string()
})
…
-
## 🚀 Feature request
### Current Behavior
When calling `form.submitForm()` it throws if:
- async validation fails (network error etc)
- async validation contains validation errors (what I care…
-
Acceptance Criteria:
**Access Profile**:
The user should be able to access their profile page after logging in.
The profile page should display current details including name, email, and any addition…
-
## 🐛 Bug report
### Current Behavior
When calling `setFieldValue('name', undefined)`, Formik correctly deletes the value from the state but doesn't update the Field value.
### Expected behavi…