formik icon indicating copy to clipboard operation
formik copied to clipboard

Build forms in React, without the tears 😭

Results 243 formik issues
Sort by recently updated
recently updated
newest added

## Feature request ### Current Behavior Currently there is no clean way to check if an input has been modified from it's initial value. Touched does not accomplish this, however...

Type: Feature Request

## Bug report ### Current Behavior if you have a formik form on the same page as the destination for the rendered results, and you click enter, it allows you...

Type: Bug

## Feature request Material UI dialogs are handled differently from regular forms in that they need unusual wrapping with Dialog tags buttons. I've found two much different examples of how...

Type: Feature Request

## 🐛 Bug report ### Current Behavior ![image](https://user-images.githubusercontent.com/725614/67737163-cb8be400-f9cf-11e9-9b39-f9afb5bd9cc8.png) My initial values is a property called targets which contains an array of UITargetPositions. ![image](https://user-images.githubusercontent.com/725614/67737194-e2323b00-f9cf-11e9-8abb-8e2533920d67.png) Calling setFieldValue or setFieldTouched results in a...

stale

Hi. If a field change then all fields and component use useFormikCotext rerenders. It see to example https://codesandbox.io/s/formik-rerender-test-v8gw7x. It is not really good. After my change: https://user-images.githubusercontent.com/8194467/183079431-5629cb92-caf2-43d5-90df-94b66968c90a.mov I wanted do...

## 🐛 Bug report ### Current Behavior isValid is true once the form mounts, even though the validationSchema invalidates initialValues and the form is untouched. ### Expected behavior isValid prop...

## Feature request ### Current Behavior Currently there is not way to detect changes globally on a Form. The only way to detect changes is to add a callback on...

Type: Feature Request

## 🐛 Bug report ### Current Behavior right now if `validationSchema` prop changed form wouldn't revalidate ### Expected behavior form should run validation on every `validationSchema` prop change ### Your...

Type: Enhancement
Focus: Validation

This PR implements fix depends on #3590, part of the solution was taken from the suggestion of @jeran-urban.

I have not seen any new releases for one year. The blog post anouncing the next version formik 3 alpha is about two years old. No update since then. So...

Type: Bug