-
* test using whyDidYouRenderand use [this article](https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-mostly-complete-guide-to-react-rendering-behavior/) as a reference
* add tests
* ~~writ…
-
## 🐛 Bug report
### Current Behavior
The return type for `useFormik` is defined inline.
### Expected behavior
There should be a separate type defined for the return value of `useFormik`
…
-
## 🐛 Bug report
### Current Behaviour
Calling `submitForm()` returns promise which is successfully resolves even if form is invalid.
### Expected behaviour
Calling `submitForm()` should return…
-
## Bug report
### Current Behavior
When two fields have the same object value (same reference), the touched property does not get updated correctly on submit.
### Expected behaviour
When c…
-
## 🐛 Bug report
### Current Behavior
Some libraries like downshift.js don't give you a native event in the change handler. I'm not a fan of this design decision but it is what it is. So if I man…
-
## Description
**_Original intention of this ticket: Add a way for users to hook into Redux and read data in or out, as needed._ TICKET NEEDS UPDATING TO REFLECT THE ORIGINAL INTENTION**
Form applica…
-
### What is the problem?
When generating a new Blitz application I chose React Hook Form for my form package. However, it still went ahead and gave me Formik.
I'm assuming it's not a create-T3-app…
-
I spent the last hour trying to get this package to work on react-native. I want to share my findings and hopefully spark a discussion onto where to take it from here.
Setup:
installing with yarn …
-
I want to skip the entire validation schema under a certain condition.
So if I have
```js
email: yup
.string('Enter your email')
.email('Enter a valid email')
.required('Email is required'),…
-
### Subject
Floating Label
### Description
I've found out that in this recipe: https://chakra-ui.com/community/recipes/floating-labels.
There is `zIndex: 2` but I think `zIndex: 1` is enought an…