-
Scenarios like this
Here we have validationField method, based on the second input filed value we need to set the error of the field of the second input.
i tried like with validatio…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
When we use datepicker with formik it fails because formi…
-
## ❓Question
I've looked on the docs, I've looked on the issues and still have no clue about this.
**The `` component has a `onSubmit` prop but not an `onChange` prop?**
What I want to do: …
-
I can't think of a reason these wouldn't be a good default to have. Every project has forms, and these are prob the accepted preferred tools out there.
-
I'm wondering a bit about the license change. Now the main LICENSE file specifies that it is now using an Apache 2.0 license, but the packages (package.json files) still seem to indicate an MIT licens…
Tigge updated
3 years ago
-
## Bug report
### Current Behavior
`` accepts any prop, this make it impossible for TS compiler to find typos on props name.
### Expected behavior
IMHO, unexpected props should not be acceptab…
-
## 🚀 Feature request
### Current Behavior
I guess the only way to _type_ Formik forms correctly today is to use TypeScript, but if you don't, you have to declare PropTypes manually (unless I'm m…
-
I have a Formik form validation working fine with my form, but one of the areas of the form is actually an imported Class component containing a huge editor that I wrote with React Slate. I'd like som…
-
Is it possible to use RN + Formik and mask inside the ?
-
Hello,
I have a modal with input fields. So if my keyboard is visible and I want scroll down to my button then it automatically hides they keyboard, of if I want to scroll down to other input it ag…