-
Hello I have a formik form where I am showing an array of text using Field Array. I want to have validation when for any text field, the number of characters are more than 28.
How do I do this ?
…
-
### Is your feature request related to a problem ? Please describe. ✍️
This issue focuses on implementing a user-friendly form that allows users to book sessions with mentors on the Grabtern platform…
-
## Bug report
### Current Behavior
When i used the latest formik (2.4.1) with the latest RN (0.71.8), I am facing a strange issue. Whenever `handleChange` or `handleSubmit` is executed, there is…
-
Use validation package to show form error
-
Brent says:
> Let's develop a robust form component that can render many different fields based on the spec it receives. Then we > can use this for advanced dagrun trigger and connection management.
…
-
conflict with the newly added login api connection and Formik update in login form
-
so, formik should be the best way to attack forms.
please explore it here https://formik.org/
and create a separate page and try to recreate our subscribe form, but use formik.
You can also add v…
-
## ❓Question
I am learning to build app using react-native and one of my screens has couple of Picker components. I want to run some basic validations on them before submitting. I want to make sure…
-
Before you tell me I'm crazy, hear me out....
When Ian and I first built Formik, we chose Yup because it was the best validation library at the time. Since Yup was async, we had to make validation …
-
Would be nice to have some basic inputs validation for our forms.
I had a nice experience using `Yup` library with Formik we currently use.
One of such helpful validations would be running
```ethe…