-
## Bug report
### Current Behavior
- when you call `validateField` on a nested field, it throws the error `can't access property "validate", fieldRegistry.current[name] is undefined`
- This error…
-
## Feature request
Be able to pass a context object to yup in conjunction with validationSchema
### Current Behavior
Context is undefined when it is passed to Yup for validation.
### Desired B…
-
## 🐛 Bug report
### Current Behavior
When a form field is an ``, Formik automatically parses the value to a float. It does so [here](https://github.com/jaredpalmer/formik/blob/master/src/Formik.…
TLadd updated
4 years ago
-
Thanks for the nice library.
```
const NewDataSource = ({handleSubmit, initialValues}) => (
{
handleSubmit(values);
}}
/>
);
```
After submit I need to reset the form.
Wh…
-
## 🚀 Feature request
### Current Behavior
Good backends often return the path to a certain field which is invalid (e.g. [like in this case](https://opensource.zalando.com/problem/constraint-viol…
-
## 📖 Documentation
Sorry if the format is wrong, I just wanted to write my findings regarding the `validationSchema` prop.
I have an IBAN form input where I wanted to add a custom validation (ak…
-
I am seeing the following issue while trying to validate an array of objects.
### Current Behavior
`FieldArray` works as expected, and `values` and `touched` are set correctly, but validation er…
-
## Bug report
```
export const App = () => {
const formik = useFormik({
initialValues: {
email: 'foobar@example.com'
},
onSubmit: (values) => {},
});
return
{
…
-
## The dependency [formik](https://github.com/jaredpalmer/formik) was updated from `2.1.2` to `2.1.3`.
🚨 [View failing branch](https://github.com/yurikrupniktools/client-apps/compare/master...yurikr…
-
## 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…