-
## š Bug report
### Current Behavior
According to [validation reference FAQ](https://jaredpalmer.com/formik/docs/guides/validation) returning `undefined` as error message is considered as markinā¦
-
## š 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
Suppose we have the following types:
```
interface IMember {
name: string;
}
interface IGroup {
name: string;
members: IMember[];
}
```
ā¦
-
It looks like the format string in DatePicker isn't respected when setting form values. I have a picker for a date-only field (passing YYYY-MM-DD into initial form values, and expecting one back), butā¦
-
## 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ā¦
-
## š Bug report
### Current Behavior
```
function yupShape(someKeys: string[]): ObjectSchema {
return Yup.object().shape(
someKeys.reduce((acc, key) => ({ ...acc, [key]: Yup.strinā¦
-
```
import { useState } from "react";
import {
Box,
Button,
TextField,
useMediaQuery,
Typography,
useTheme,
} from "@mui/material";
import EditOutlinedIcon from "@mui/icons-materā¦
-
## š Bug report
The documentation says that the returned value from useFormikContext is the same as the ```formik``` props of ````connect````, that includes ````validationSchema````. Also the type deā¦
-
## āQuestion
Seriously, for immediate help, just ask your question on the #formik channel on [Reactiflux](https://discordapp.com/invite/MbKwYuq).
I apologise for this question, however I had no ā¦
-
## š Bug report
### Current Behavior
When using a ValidationSchema and calling FieldArray's arrayHelper's `insert`, Formik breaks when there is an error on the outer validation schema and the arā¦