-
I'm using validationSchema of formik and the validationOnBlur is set to true. I want to make an API call onBlur based on the result of validation on that field. I tried running both the Formik's fiel…
-
I am facing an issue regarding Formik form submission,
my object in the form is like below
```
-- In Constructor --
this.state = {
person: {
firstName: '',
lastName: '',
…
-
A function like `allTheFieldOfTheNestedStructureAreTrue`
I need to know if there is at least an error or not, to integrate `spected` with [Formik](https://github.com/jaredpalmer/formik)
The for…
-
It would be great if `useForm` could handle `` a bit better. Right now when a file is selected the only thing we get is a fake path to this file instead of a `FileList` object.
One simple change th…
-
Are there any plans to add support for schema-based validation? I'm talking about building a schema object using a library like Yup or Joi and then being able to pass that into final-form to verify t…
-
I'm trying to reference a field outside the current yup object. In this example, `car` should only be required when `name==='Pete'`.
I found that the `when` function in Yup only has access to the cur…
-
## Bug, Feature, or Question?
Formik should be able to on form level to handle null and array values given and normalise values handing them off to fields - and then revert them back again when handi…
-
**Version**
^4.0.5
**Mode**
All
**Describe the bug**
Using DropZone, if the filed name is a nested field that application fails. For example:
```
{
files1: {
files2[]
}
}…
-
Hi,
my setup for forms is:
* formik and formik-antd for the form creation
* Yup for validation
* react-i18next for localization
This setup works quite well for labels, placeholders etc. but…
-
## Bug report
### Current Behavior
1) accessing "isValid" inside "validateForm" function returns wrong data
2) formic form renders multiple times when validateForm function is triggered manually.…
rosnk updated
3 years ago