-
I want to skip the entire validation schema under a certain condition.
So if I have
```js
email: yup
.string('Enter your email')
.email('Enter a valid email')
.required('Email is required'),…
-
## 🐛 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…
-
## ❓Question
I am using a fetch to populate the initial values for Formik. One of the fields is `null` in the fetch result (password).
When I use this in a field, and change the input field to a…
-
### What is the problem?
When generating a new Blitz application I chose React Hook Form for my form package. However, it still went ahead and gave me Formik.
I'm assuming it's not a create-T3-app…
-
## 🐛 Bug report
### Current Behavior
When Field in FieldArray changed, the validate of Field was triggered twice.
Take a look into example in code sandbox.
### Expected behavior
Valid…
-
## Bug report
### Current Behavior
The form is correctly validated on mount but then when the form gets reinitialized because initialValues have changed, validation is not re-triggered.
### E…
-
## 🐛 Bug report
### Current Behavior
I'm getting this error
> index.js:1 Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak i…
-
I spent the last hour trying to get this package to work on react-native. I want to share my findings and hopefully spark a discussion onto where to take it from here.
Setup:
installing with yarn …
-
## Bug report
Calling `helpers.setValue` results in an infinite loop when it's called inside useEffect in React 18.
React 17: https://codesandbox.io/s/formik-usefield-hook-react-18-bug-forked-uc…
-
## 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…