-
I'm trying to build a form with Formik but I'm unable to do the type of conditional validation that I need for my schemas. I have a Formik form where I'm trying to fill out an object called profile. T…
-
## ❓Question
hi, I wonder if formik would be a good choice for producing dynamic forms.. lets say, you have a json describing the form and you pass it to formik to generate the HTML. Something simi…
-
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…
-
## Bug report
I'm using the `FieldArray` component in combination with a `Yup` validation schema. I have a `FieldArray` of `friend`s, where each friend is a string.
In my validation schema, I sp…
jebax updated
3 years ago
-
### Requirement
Add an additional TDF process steps screen that allows users to capture
1. value capture
2. token Utility
3. Demand Drivers
### Implementation
1. These screens are a little different …
-
## Bug report
when entering the textfield or touching the textfield, the error message of the radio group is displayed even though the radio group area has not been touched
### Current Behavior
Tou…
-
Is it possible? In Formik docs we can read only about field validate by function.
My case: I receive form data from response and I cannot predict what fields will appear.
So I would like to make …
Creaa updated
4 years ago
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
Add Yup validation schema to validate user inputs client-side.
##…
-
## 🐛 Bug report
### Current Behavior
```
function yupShape(someKeys: string[]): ObjectSchema {
return Yup.object().shape(
someKeys.reduce((acc, key) => ({ ...acc, [key]: Yup.strin…
-
Can someone provide an example of how to migrate `isInitialValid` to `initialErrors`? I wrote about my current implementation here #1454.
I'm am implementing v2 and getting the deprecation message…