-
Issue facing :
I cannot submit the form to the dev/production server.
But in the local code, it is working fine for me.
Warning: An unhandled error was caught from submitForm() TypeError: Right-…
-
### Issue description
- components: `DropdownToggle`
- reactstrap version `#^6.5.0`
- import method `es`
- react version `#^16.7.0`
- bootstrap version `#4.1.3`
### What is happening?
I …
-
Hi! 👋
Here is the diff that solved my problem:
```diff
diff --git a/node_modules/formik/dist/Formik.d.ts b/node_modules/formik/dist/Formik.d.ts
index 8657eff..968247b 100644
--- a/node…
-
i have my own ui library and my form elements uses useField
```
import React from 'react';
import { TextField } from '../input/Input';
interface Props {
readonly name: string
}
export …
-
Implement validations on email, password and name field on signup/login form.
-
## Bug report
### Current Behavior
When i used the latest formik (2.4.1) with the latest RN (0.71.8), I am facing a strange issue. Whenever `handleChange` or `handleSubmit` is executed, there is…
-
There are two issues when trying to use the component with Formik:
* Formik emits a name attribute, which has to be passed to the input element. When trying to use your component, Formik logs:
```…
-
-
npm version 6.4.1, node version 8.11.3
formik-persist@1.1.0
```
npm i formik-persist
```
inspecting dist/formik-persist.d.ts shows
```js
export declare const Persist: React.ComponentClass…
-
Formik really just isn't it anymore. Most places worth their salt now use React Hook Form with either Yup or Zod.
https://blog.logrocket.com/react-hook-form-vs-formik-comparison/