-
### Subject
Drawer
### Description
In the "[Using a form in a Drawer](https://chakra-ui.com/docs/components/drawer/usage#using-a-form-in-a-drawer)" section it says:
> If you need to put a form w…
-
## 🐛 Bug report
This looks like it may be a possible regression on #317, as I can replicate it in the exact same way.
### Current Behavior
After setting an error using `setFieldError`, the `handle…
-
Able to login without any signup as well as without entering any username and with a space in the password.
-
## 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…
-
When I try and register, and it posts to inscriptions this fails with
`Uncaught (in promise) Response {type: "basic", url: "http://localhost:3000/undefined/inscriptions", redirected: false, status…
-
## 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…
-
## 🐛 Bug report
I am using formik and yup for validation
this is my yup object
It is working, but I have noticed that this code doesn't support some formats
```javascript
export function setAsse…
-
### Describe the bug
Bad performance with 100+ rows in an array field
### Your minimal, reproducible example
https://codesandbox.io/p/sandbox/broken-silence-cwwxtp
### Steps to reproduce
1. Click…
-
## 🚀 Feature request
### Current Behavior
When a field is empty, and the user clicks into the field and then blurs it again, the field is set to `touched`, and validation is displayed.
### De…
-
## 🚀 Feature request
If I define a Yup schema, I would expect to be able to use the information I define there to render my fields. For example if I mark a field as 'Required' in the schema I would…