-
Hi, sorry I didn't find another issue related to this problem. And since yup has first class support I thought it would be justified to ask about it.
So I'm trying to set an option, mainly here the…
-
## ❓Question
Seriously, for immediate help, just ask your question on the #formik channel on [Reactiflux](https://discordapp.com/invite/MbKwYuq).
the case is I have form which has two buttons, eac…
-
## Bug report
### Current Behavior
We have a use case where fields need to be updated as the result of an async function, very similar to [this example](https://formik.org/docs/examples/dependen…
-
## 🚀 Feature request
Right now there is only `FormikState.errors` (top level `FormikState.error` prop looks deprecated).
Let's say I was using Yup:
```js
{
username: string().required(),…
-
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
## The ISSUE
Im running into an issue displaying validation errors for FieldArrays using Formik and Yup.
Ideally, to provide a good user experience we would want to show errors …
-
## Feature request
### Current Behavior
Currently you define this properties when creating the form, either with the Component or with the hook. Afterwards you have no way of changing this optio…
-
## 🐛 Bug report
I am trying to use validateField function however I got an error. I am just trying to use the basic example provided by Formik web site.
My code is
import React from 'rea…
-
## 🐛 Bug report
### Current Behavior
React Bootstrap Select multiple showing error in Formik as it is expecting a string but returns array. Currently the code won't compile the way it currently is…
-
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 …