formik
https://github.com/jaredpalmer/formik
TypeScript
Build forms in React, without the tears 😭
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported43 Subscribers
View all SubscribersAdd a CodeTriage badge to formik
Help out
- Issues
- `onSubmit` swallows errors on unmounted component
- validateField doesn't work with nested field paths
- Validation doesn't trigger on radio button fields when validateOnblur is set to be true
- Fix error in FastField docs - Field render
- validateOnChange, validateOnBlur allow more complex interactions
- Own Field-level Validation: `formik.onChange` handler is not in sync with the `formik.values.confirmPassword`
- Adds `name` key to return type of getFieldProps in the documentation
- setErrors can not set nested field errors
- Can't get correct value through `formik.values.fieldName` inside the `onChange` handler
- add allValues for field level validation
- Docs
- TypeScript not yet supported