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 supported46 Subscribers
View all SubscribersAdd a CodeTriage badge to formik
Help out
- Issues
- Decouple errors into errors, asyncErrors, and submitErrors
- Add method to be called when you submit an there is some validation error in the form
- IE11: Form with untouched fields is ignored by formik
- useFieldArray in 2.0
- Updating form after saving to an API with Redux
- Added optional `explicitValidation` parameter to all FieldArray Helpers
- Warn consumers if Formik context is undefined
- TS Typing: FormikProps<AllValues> can't be assigned anymore to FormikProps<SingleValue> (2.0/hooks)
- When submitting form fails, select dropdown does not maintain proper value
- Check didMount in setStatus to avoid calling setState after Formik unmounts
- Docs
- TypeScript not yet supported