-
## 🚀 Feature request
### Current Behavior
All `formik` inputs, selects, and dates don't allow value props to be passed in like `availity-reactstrap-validation` does. Maybe its time we add this i…
-
**If your company is using Formik in production, please let us know who are you so we can mention you in the new README and forthcoming website.**
#### Updated Instructions:
1. Share your compan…
-
I'm really trying to wrap my head around why this is a design choice and how it's not more of an issue.
I have a form that has a number of inputs on it, and when I start typing in any of the fields…
-
## 🚀 Feature request
### Current Behavior
The helper object returned by `useField` contains a `setTouched(isTouched)` method. That method accepts only the intended `isTouched` boolean value, and…
-
I have nested fields with number inputs and can't get the validation to work properly. Not sure if this is a problem with formik or yup / how the validation schema is declared but I'll start asking he…
-
Any way to reset input values after submit?, right now the only way, at least form me, is by using ref.
```
const cardNum = useRef(null);
onSubmit = {(values, actions) => {
if( ca…
-
Forms are the majority of the front end work in a lot of applications. Graphql Schemas provide everything we need to generate the form.
Some tooling exists for doing similar things. EG: [unifo…
-
### 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 …
-
## Bug report
### Current Behavior
Referencing a field in a [nested object](https://formik.org/docs/guides/arrays#nested-objects) yields unexpected results in the Formik `errors` and `touched` s…
-
### Problem to solve
sometimes for custom inputs the `` helper component is not enough and to decrease the boilerplate we could use `useField()` function on the custom component to build our ow…