Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Formik
Build forms in React, without the tears ðŸ˜
Collective -
Host: opensource -
https://opencollective.com/formik
- Website: https://formik.dev
- Code: https://github.com/jaredpalmer/formik
Validate on blur/change but only after the form has been submitted at least once.
github.com/jaredpalmer/formik - ybrodsky opened this issue over 3 years ago
github.com/jaredpalmer/formik - ybrodsky opened this issue over 3 years ago
Calling resetForm in onSubmit when validateOnMount is on will cause an infinite loop
github.com/jaredpalmer/formik - hyakt opened this issue over 3 years ago
github.com/jaredpalmer/formik - hyakt opened this issue over 3 years ago
validateField does not validate nested field
github.com/jaredpalmer/formik - jansedlon opened this issue over 3 years ago
github.com/jaredpalmer/formik - jansedlon opened this issue over 3 years ago
Formik v3 Umbrella PR.
github.com/jaredpalmer/formik - johnrom opened this pull request over 3 years ago
github.com/jaredpalmer/formik - johnrom opened this pull request over 3 years ago
Incorrect touched values on submit for same object value
github.com/jaredpalmer/formik - FJavierGomez opened this issue over 3 years ago
github.com/jaredpalmer/formik - FJavierGomez opened this issue over 3 years ago
add useFormik return type
github.com/jaredpalmer/formik - alanszp opened this pull request over 3 years ago
github.com/jaredpalmer/formik - alanszp opened this pull request over 3 years ago
Formik values not updated properly when browser autofills/autocomplete
github.com/jaredpalmer/formik - pabloimrik17 opened this issue over 3 years ago
github.com/jaredpalmer/formik - pabloimrik17 opened this issue over 3 years ago
fix: submitForm promise rejects if validation fails
github.com/jaredpalmer/formik - Averethel opened this pull request over 3 years ago
github.com/jaredpalmer/formik - Averethel opened this pull request over 3 years ago
resetForm ignores passed values when enableReinitialize is on
github.com/jaredpalmer/formik - ryym opened this issue almost 4 years ago
github.com/jaredpalmer/formik - ryym opened this issue almost 4 years ago
empty string is transformed to undefined. Why do you want to do that?
github.com/jaredpalmer/formik - bchenSyd opened this issue almost 4 years ago
github.com/jaredpalmer/formik - bchenSyd opened this issue almost 4 years ago
Error: Cannot find module 'formik'
github.com/jaredpalmer/formik - hsavit1 opened this issue almost 4 years ago
github.com/jaredpalmer/formik - hsavit1 opened this issue almost 4 years ago
fix: errors in FieldArray being returned as arrays
github.com/jaredpalmer/formik - elderfo opened this pull request about 4 years ago
github.com/jaredpalmer/formik - elderfo opened this pull request about 4 years ago
getFieldMeta does not return errors of nested field objects via yup schema
github.com/jaredpalmer/formik - TomasJerrySebo opened this issue about 4 years ago
github.com/jaredpalmer/formik - TomasJerrySebo opened this issue about 4 years ago
Incomplete type of error property in FieldMetaProps
github.com/jaredpalmer/formik - mindtraveller opened this issue about 4 years ago
github.com/jaredpalmer/formik - mindtraveller opened this issue about 4 years ago
useformik hook doesnt receive the latest form values on submitting the form
github.com/jaredpalmer/formik - 87sam12 opened this issue about 4 years ago
github.com/jaredpalmer/formik - 87sam12 opened this issue about 4 years ago
How to disable formik's auto submit on Enter?
github.com/jaredpalmer/formik - oieeaaaa opened this issue about 4 years ago
github.com/jaredpalmer/formik - oieeaaaa opened this issue about 4 years ago
Form Validation onChange not working on v2.2.2
github.com/jaredpalmer/formik - daryanka opened this issue about 4 years ago
github.com/jaredpalmer/formik - daryanka opened this issue about 4 years ago
Form does not reinitialize when new initialValues are passed
github.com/jaredpalmer/formik - mattleonowicz opened this issue about 4 years ago
github.com/jaredpalmer/formik - mattleonowicz opened this issue about 4 years ago
Set Field to autocomplete=off like for normal input
github.com/jaredpalmer/formik - raresmigea opened this issue about 4 years ago
github.com/jaredpalmer/formik - raresmigea opened this issue about 4 years ago
Automatically handle form submit on field change
github.com/jaredpalmer/formik - LudovicF42 opened this issue over 4 years ago
github.com/jaredpalmer/formik - LudovicF42 opened this issue over 4 years ago
Allow resetting only actually updated initial values
github.com/jaredpalmer/formik - DnEgorWeb opened this issue over 4 years ago
github.com/jaredpalmer/formik - DnEgorWeb opened this issue over 4 years ago
Manual validation should have a flag to touch all fields
github.com/jaredpalmer/formik - PatoBeltran opened this issue over 4 years ago
github.com/jaredpalmer/formik - PatoBeltran opened this issue over 4 years ago
[Feature request] UX improvement: reset field error onChange
github.com/jaredpalmer/formik - ClementParis016 opened this issue over 4 years ago
github.com/jaredpalmer/formik - ClementParis016 opened this issue over 4 years ago
Please make onSubmit/handleSubmit optional for use cases that don't involve submitting forms
github.com/jaredpalmer/formik - nickmccurdy opened this issue over 4 years ago
github.com/jaredpalmer/formik - nickmccurdy opened this issue over 4 years ago
Revalidate form if validationSchema on prop change
github.com/jaredpalmer/formik - yekver opened this issue over 4 years ago
github.com/jaredpalmer/formik - yekver opened this issue over 4 years ago
validateOnMount does not validate field on first mount
github.com/jaredpalmer/formik - psaruks opened this issue over 4 years ago
github.com/jaredpalmer/formik - psaruks opened this issue over 4 years ago
Change return type of setFieldValue to Promise
github.com/jaredpalmer/formik - vittis opened this pull request over 4 years ago
github.com/jaredpalmer/formik - vittis opened this pull request over 4 years ago
Redux Formik Axios example
github.com/jaredpalmer/formik - flying-falcon opened this issue over 4 years ago
github.com/jaredpalmer/formik - flying-falcon opened this issue over 4 years ago
Impossible to assign object ref to Formik's innerRef - v2.1.2 regression
github.com/jaredpalmer/formik - TeoTN opened this issue over 4 years ago
github.com/jaredpalmer/formik - TeoTN opened this issue over 4 years ago
How do I prevent a `@typescript-eslint/unbound-method` error when using `useFormikContent()`?
github.com/jaredpalmer/formik - brendangibson opened this issue over 4 years ago
github.com/jaredpalmer/formik - brendangibson opened this issue over 4 years ago
Add type for FieldProps
github.com/jaredpalmer/formik - kiley0 opened this pull request over 4 years ago
github.com/jaredpalmer/formik - kiley0 opened this pull request over 4 years ago
Stale validation errors shown
github.com/jaredpalmer/formik - krvajal opened this issue over 4 years ago
github.com/jaredpalmer/formik - krvajal opened this issue over 4 years ago
Field component with no code completion and no types
github.com/jaredpalmer/formik - jazithedev opened this issue over 4 years ago
github.com/jaredpalmer/formik - jazithedev opened this issue over 4 years ago
Fields are not marked as touched during submission in Formik.
github.com/jaredpalmer/formik - yogesh021 opened this issue over 4 years ago
github.com/jaredpalmer/formik - yogesh021 opened this issue over 4 years ago
add validate and validationSchema to formikBag
github.com/jaredpalmer/formik - evertbouw opened this pull request over 4 years ago
github.com/jaredpalmer/formik - evertbouw opened this pull request over 4 years ago
How to use remote button to submit a formik form?
github.com/jaredpalmer/formik - unutoiul opened this issue over 4 years ago
github.com/jaredpalmer/formik - unutoiul opened this issue over 4 years ago
Support generic FormValues with useField hook
github.com/jaredpalmer/formik - HennyH opened this issue over 4 years ago
github.com/jaredpalmer/formik - HennyH opened this issue over 4 years ago
Incorrect validation if setFieldTouched is executed immediatly after setFieldValue
github.com/jaredpalmer/formik - skoging opened this issue over 4 years ago
github.com/jaredpalmer/formik - skoging opened this issue over 4 years ago
Would it make sense to add `disabled` and `setDisabled` to the API?
github.com/jaredpalmer/formik - battaglr opened this issue over 4 years ago
github.com/jaredpalmer/formik - battaglr opened this issue over 4 years ago
Form don't submit on first time submit click
github.com/jaredpalmer/formik - nueq22 opened this issue over 4 years ago
github.com/jaredpalmer/formik - nueq22 opened this issue over 4 years ago
isSubmitting not set to true on submission
github.com/jaredpalmer/formik - kaunglvlv opened this issue over 4 years ago
github.com/jaredpalmer/formik - kaunglvlv opened this issue over 4 years ago
added: ability to pass submit context to onSubmit handler
github.com/jaredpalmer/formik - avasuro opened this pull request over 4 years ago
github.com/jaredpalmer/formik - avasuro opened this pull request over 4 years ago
`as` prop: added info about pass through props
github.com/jaredpalmer/formik - oleg-brizy opened this pull request over 4 years ago
github.com/jaredpalmer/formik - oleg-brizy opened this pull request over 4 years ago
Allow specification of id prop on ErrorMessage
github.com/jaredpalmer/formik - krichter722 opened this issue over 4 years ago
github.com/jaredpalmer/formik - krichter722 opened this issue over 4 years ago
feat: add method get to ArrayHelpers
github.com/jaredpalmer/formik - brunohkbx opened this pull request over 4 years ago
github.com/jaredpalmer/formik - brunohkbx opened this pull request over 4 years ago
How to reinitialize values using hooks
github.com/jaredpalmer/formik - Keony1 opened this issue almost 5 years ago
github.com/jaredpalmer/formik - Keony1 opened this issue almost 5 years ago
docs(withFormik): fix mapPropsToTouched typos
github.com/jaredpalmer/formik - stephaniecoates opened this pull request almost 5 years ago
github.com/jaredpalmer/formik - stephaniecoates opened this pull request almost 5 years ago
Fix type for setFieldValue
github.com/jaredpalmer/formik - niecnasowa opened this pull request almost 5 years ago
github.com/jaredpalmer/formik - niecnasowa opened this pull request almost 5 years ago
added: ability to pass submit context to onSubmit handler
github.com/jaredpalmer/formik - avasuro opened this pull request almost 5 years ago
github.com/jaredpalmer/formik - avasuro opened this pull request almost 5 years ago
How disable the auto reset form on submit in formik?
github.com/jaredpalmer/formik - veronesecoms opened this issue almost 5 years ago
github.com/jaredpalmer/formik - veronesecoms opened this issue almost 5 years ago
Incorrect type inference for members of FormikErros which are elements of an array of objects
github.com/jaredpalmer/formik - aliocharyzhkov opened this issue almost 5 years ago
github.com/jaredpalmer/formik - aliocharyzhkov opened this issue almost 5 years ago
How to check FormikContext provider without warnings?
github.com/jaredpalmer/formik - verbart opened this issue almost 5 years ago
github.com/jaredpalmer/formik - verbart opened this issue almost 5 years ago
setFieldValue to undefined deletes the value from values and prevents errors from showing / touched being updated on submit
github.com/jaredpalmer/formik - amir-virta opened this issue almost 5 years ago
github.com/jaredpalmer/formik - amir-virta opened this issue almost 5 years ago
useField does not respect the checked property when creating a checkbox
github.com/jaredpalmer/formik - soda-sorcery opened this issue almost 5 years ago
github.com/jaredpalmer/formik - soda-sorcery opened this issue almost 5 years ago
Update Local Setup Tutorial in v2.1.4 Docs
github.com/jaredpalmer/formik - auginator opened this pull request almost 5 years ago
github.com/jaredpalmer/formik - auginator opened this pull request almost 5 years ago
FieldArray slow on large data
github.com/jaredpalmer/formik - totaland opened this issue almost 5 years ago
github.com/jaredpalmer/formik - totaland opened this issue almost 5 years ago
TypeError: Cannot read property 'validate' of undefined
github.com/jaredpalmer/formik - stephanie-saretsky opened this issue almost 5 years ago
github.com/jaredpalmer/formik - stephanie-saretsky opened this issue almost 5 years ago
What is the current way of defining the ref for an innerRef attribute using TypeScript?
github.com/jaredpalmer/formik - ProteanCode opened this issue almost 5 years ago
github.com/jaredpalmer/formik - ProteanCode opened this issue almost 5 years ago
Need a more complete example of innerRef usage
github.com/jaredpalmer/formik - rjray opened this issue almost 5 years ago
github.com/jaredpalmer/formik - rjray opened this issue almost 5 years ago
[docs] Move resetForm code sample to under resetForm section
github.com/jaredpalmer/formik - jamesmosier opened this pull request almost 5 years ago
github.com/jaredpalmer/formik - jamesmosier opened this pull request almost 5 years ago
Disable "Nested Objects" behavior
github.com/jaredpalmer/formik - timrbula opened this issue almost 5 years ago
github.com/jaredpalmer/formik - timrbula opened this issue almost 5 years ago
Why formik is dependent on lodash and lodash-es?
github.com/jaredpalmer/formik - latuszek opened this issue almost 5 years ago
github.com/jaredpalmer/formik - latuszek opened this issue almost 5 years ago
Validation run on obsolete data when calling setFieldValue multiple times consecutively
github.com/jaredpalmer/formik - dror-sh opened this issue almost 5 years ago
github.com/jaredpalmer/formik - dror-sh opened this issue almost 5 years ago
Add Masoko
github.com/jaredpalmer/formik - prehistoricpancake opened this pull request almost 5 years ago
github.com/jaredpalmer/formik - prehistoricpancake opened this pull request almost 5 years ago
submitForm doesn't throw an error
github.com/jaredpalmer/formik - b-ponomarenko opened this issue almost 5 years ago
github.com/jaredpalmer/formik - b-ponomarenko opened this issue almost 5 years ago
Use React.forwardRef in <Formik>
github.com/jaredpalmer/formik - jaredpalmer opened this issue almost 5 years ago
github.com/jaredpalmer/formik - jaredpalmer opened this issue almost 5 years ago
add submitCount to useField
github.com/jaredpalmer/formik - giladv opened this issue almost 5 years ago
github.com/jaredpalmer/formik - giladv opened this issue almost 5 years ago
Setting setFieldValue to undefined doesn't clear text input
github.com/jaredpalmer/formik - petrbela opened this issue almost 5 years ago
github.com/jaredpalmer/formik - petrbela opened this issue almost 5 years ago
validateOnMount: Initial value for is valid should be whether the initial values are valid, when validateOnMount is true
github.com/jaredpalmer/formik - andycarrell opened this issue almost 5 years ago
github.com/jaredpalmer/formik - andycarrell opened this issue almost 5 years ago
Using FieldArray with a Yup test on object property causes: Cannot create property '' on string
github.com/jaredpalmer/formik - danimbrogno-pml opened this issue about 5 years ago
github.com/jaredpalmer/formik - danimbrogno-pml opened this issue about 5 years ago
Small spelling error
github.com/jaredpalmer/formik - wallymathieu opened this pull request about 5 years ago
github.com/jaredpalmer/formik - wallymathieu opened this pull request about 5 years ago
No error for custom yup validation using .test method
github.com/jaredpalmer/formik - apieceofbart opened this issue about 5 years ago
github.com/jaredpalmer/formik - apieceofbart opened this issue about 5 years ago
Error should be allowed to be any
github.com/jaredpalmer/formik - adamscybot opened this issue about 5 years ago
github.com/jaredpalmer/formik - adamscybot opened this issue about 5 years ago
material ui select in formik
github.com/jaredpalmer/formik - zahraHaghi opened this issue about 5 years ago
github.com/jaredpalmer/formik - zahraHaghi opened this issue about 5 years ago
Using Yup on React Native throws unhandled promise rejection warning when validation fails
github.com/jaredpalmer/formik - cameronmurphy opened this issue about 5 years ago
github.com/jaredpalmer/formik - cameronmurphy opened this issue about 5 years ago
Not the good example in useFormik page
github.com/jaredpalmer/formik - theocerutti opened this issue about 5 years ago
github.com/jaredpalmer/formik - theocerutti opened this issue about 5 years ago
[V2] useFormikContext doesn't return valitationSchema as expected
github.com/jaredpalmer/formik - ldicocco opened this issue about 5 years ago
github.com/jaredpalmer/formik - ldicocco opened this issue about 5 years ago
[v2] Validation runs on old values after setFieldTouched
github.com/jaredpalmer/formik - bkiac opened this issue about 5 years ago
github.com/jaredpalmer/formik - bkiac opened this issue about 5 years ago
How to properly check if an Array element was touched?
github.com/jaredpalmer/formik - filipetoyoshima opened this issue about 5 years ago
github.com/jaredpalmer/formik - filipetoyoshima opened this issue about 5 years ago
What's the best way to make a submit button outside the Form?
github.com/jaredpalmer/formik - Yartro opened this issue about 5 years ago
github.com/jaredpalmer/formik - Yartro opened this issue about 5 years ago
Avoid validation by clicking on Link
github.com/jaredpalmer/formik - difagume opened this issue about 5 years ago
github.com/jaredpalmer/formik - difagume opened this issue about 5 years ago
Calling setFieldValue in response to a field change is out of sync with validations
github.com/jaredpalmer/formik - agmcleod opened this issue about 5 years ago
github.com/jaredpalmer/formik - agmcleod opened this issue about 5 years ago
Manually calling formik.submitForm() resolves with undefined
github.com/jaredpalmer/formik - Wgil opened this issue about 5 years ago
github.com/jaredpalmer/formik - Wgil opened this issue about 5 years ago
enableReinitialize and Errors
github.com/jaredpalmer/formik - maganuk opened this issue about 5 years ago
github.com/jaredpalmer/formik - maganuk opened this issue about 5 years ago
return value for validateField
github.com/jaredpalmer/formik - good-idea opened this issue about 5 years ago
github.com/jaredpalmer/formik - good-idea opened this issue about 5 years ago
Formik called `handleChange`, but you forgot to pass an `id` or `name` attribute to your input:undefined
github.com/jaredpalmer/formik - abhiburk opened this issue about 5 years ago
github.com/jaredpalmer/formik - abhiburk opened this issue about 5 years ago
Batch async state updates
github.com/jaredpalmer/formik - maxdavidson opened this pull request about 5 years ago
github.com/jaredpalmer/formik - maxdavidson opened this pull request about 5 years ago
[v2] isValid=true on mount, even though initialValues are invalid and validateOnMount=true
github.com/jaredpalmer/formik - martaver opened this issue about 5 years ago
github.com/jaredpalmer/formik - martaver opened this issue about 5 years ago
Multistep Wizard - Testing with react-testing-library
github.com/jaredpalmer/formik - stacy-kim opened this issue about 5 years ago
github.com/jaredpalmer/formik - stacy-kim opened this issue about 5 years ago
Focus input after push using FieldArray
github.com/jaredpalmer/formik - sclavijo93 opened this issue about 5 years ago
github.com/jaredpalmer/formik - sclavijo93 opened this issue about 5 years ago
input type='number' actually returns empty string for empty input
github.com/jaredpalmer/formik - bhishp opened this issue about 5 years ago
github.com/jaredpalmer/formik - bhishp opened this issue about 5 years ago
call to setFieldValue and setFieldTouched at once
github.com/jaredpalmer/formik - israelKusayev opened this issue over 5 years ago
github.com/jaredpalmer/formik - israelKusayev opened this issue over 5 years ago
[v2] FieldArray helpers leave form in invalid state
github.com/jaredpalmer/formik - shulcsm opened this issue over 5 years ago
github.com/jaredpalmer/formik - shulcsm opened this issue over 5 years ago
FieldArray: add type argument to FieldArrayRenderProps
github.com/jaredpalmer/formik - williamboman opened this pull request over 5 years ago
github.com/jaredpalmer/formik - williamboman opened this pull request over 5 years ago
Fix: Introduce useFastField React hook
github.com/jaredpalmer/formik - sparkboom opened this pull request over 5 years ago
github.com/jaredpalmer/formik - sparkboom opened this pull request over 5 years ago
Formik not working when form popup is rendered inside a React portal
github.com/jaredpalmer/formik - ZeroDarkThirty opened this issue over 5 years ago
github.com/jaredpalmer/formik - ZeroDarkThirty opened this issue over 5 years ago