-
## 🚀 Feature request
### Current Behavior
`setStatus(...)`, `status`, and `initialStatus` are all typed as `any`. This prevents any typechecking on these values.
### Desired Behavior
Type …
-
Is it possible to use this library on client side ? not NodeJs.
just in an html via inline
-
https://mui.com/store/items/devias-kit-pro/
-
# Goal: checkbox group with one name and an array of four values
I want to create a checkbox group with one name and an `initialValue` of an empty array. But it's not working.
## References
- h…
-
I've just installed jest-react-hooks-shallow and added `enableHooks(jest, { dontMockByDefault: true })` in my test setup script, and I'm seeing countless test failures in tests that use `mount()`, mul…
-
# Description
When using self-closing-tag components to generate text fields in a form, the `withNextInputAutoFocusForm` does not register the generated textInputs and the expected behaviour does n…
-
I'm using Persist in forms and I want them persisted while the user hasn't submitted the form. Once the user submits the form it should clean up. So what I did was **onSubmit** I use **localStorage.re…
-
https://codesandbox.io/s/quirky-snow-jrpflb?file=/src/index.js
## What are the steps to reproduce?
Open up the console to see the logs. When typing into a ClayInput, the form's `onChange` fires wh…
-
I'm filling up the initial values from redux using `mapPropsToValues` and `enableReinitialize: true `but this is not working as expected when it comes to validate the form. If its a create only form, …
-
## Bug report
### Current Behavior
I'm using Formik on a React Native app and I have two fields, discount percentage and discount value. When I change the discount percentage, the discount value…