-
## 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…
-
## The dependency [formik](https://github.com/jaredpalmer/formik) was updated from `1.5.1` to `1.5.2`.
🚨 [View failing branch](https://github.com/Saritasa/react-form/compare/master...Saritasa:greenk…
-
## Bug report
When the values object for a form contains a nested object, if one of those object properties (ie a field name in the form) is numeric, then when onBlur or onChange is triggered, the …
-
## ❓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…
-
## 🚀 Feature request
The following feature request proposes customization of the lower-level `useFormik` function. Currently, `setFieldValue` and `setValues` are relied upon by formik's internals t…
-
## Bug report
### Current Behavior
When testing a form which contains a checkbox input, Enzyme's simulate function does not work as expected, and instead the relevant property is deleted from th…
-
Hello all!
I am using Formik in my project and now I have started using Eslint. I am getting a bunch of messages saying stuff like for example, "values is missing in props validation" or "errors is…
-
### Current Behavior
**Summary: I have a form with a select input that has dynamic options. Formik doesn't seem to pick up the correct values.**
I'm building a Formik form with two parts:
In …