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
[v2] isSubmitting resets to false too early.
github.com/jaredpalmer/formik - rafaelderolez opened this issue over 5 years ago
github.com/jaredpalmer/formik - rafaelderolez opened this issue over 5 years ago
Touched state isn't correct when dealing with array values
github.com/jaredpalmer/formik - micheleberetta98 opened this issue over 5 years ago
github.com/jaredpalmer/formik - micheleberetta98 opened this issue over 5 years ago
Error when using yup validation on arrays
github.com/jaredpalmer/formik - batusai513 opened this issue over 5 years ago
github.com/jaredpalmer/formik - batusai513 opened this issue over 5 years ago
Consider using react-tracked
github.com/jaredpalmer/formik - danielkcz opened this issue over 5 years ago
github.com/jaredpalmer/formik - danielkcz opened this issue over 5 years ago
How to warn user with unsaved changes?
github.com/jaredpalmer/formik - raymondsze opened this issue over 5 years ago
github.com/jaredpalmer/formik - raymondsze opened this issue over 5 years ago
[v2] removeItem puts empty array in in error state and causes isValid to be incorrect
github.com/jaredpalmer/formik - TLadd opened this issue over 5 years ago
github.com/jaredpalmer/formik - TLadd opened this issue over 5 years ago
[v2] <Formik /> `ref` prop
github.com/jaredpalmer/formik - peterwiebe opened this issue over 5 years ago
github.com/jaredpalmer/formik - peterwiebe opened this issue over 5 years ago
Promise returned from submitForm not rejected when form is invalid
github.com/jaredpalmer/formik - Aaronius opened this issue over 5 years ago
github.com/jaredpalmer/formik - Aaronius opened this issue over 5 years ago
Optionally show multiple validation errors per field
github.com/jaredpalmer/formik - mbrowne opened this pull request over 5 years ago
github.com/jaredpalmer/formik - mbrowne opened this pull request over 5 years ago
[v2] testing form with validationSchema
github.com/jaredpalmer/formik - mfolnovic opened this issue over 5 years ago
github.com/jaredpalmer/formik - mfolnovic opened this issue over 5 years ago
[v2]: RFC: Remove built-in support for async validation
github.com/jaredpalmer/formik - jaredpalmer opened this issue over 5 years ago
github.com/jaredpalmer/formik - jaredpalmer opened this issue over 5 years ago
Ability to reset individual field
github.com/jaredpalmer/formik - johncmunson opened this issue over 5 years ago
github.com/jaredpalmer/formik - johncmunson opened this issue over 5 years ago
Form is not validating onBlur and onChange
github.com/jaredpalmer/formik - nareshbhatia opened this issue over 5 years ago
github.com/jaredpalmer/formik - nareshbhatia opened this issue over 5 years ago
Way to dynamically modify validationSchema from component child of <Formik>?
github.com/jaredpalmer/formik - MikeSuiter opened this issue over 5 years ago
github.com/jaredpalmer/formik - MikeSuiter opened this issue over 5 years ago
incentivates too translate into other languages
github.com/jaredpalmer/formik - selique opened this pull request over 5 years ago
github.com/jaredpalmer/formik - selique opened this pull request over 5 years ago
[v2] Add handling backend errors with async submit
github.com/jaredpalmer/formik - LKay opened this pull request almost 6 years ago
github.com/jaredpalmer/formik - LKay opened this pull request almost 6 years ago
Adding notifyOnChange as a side effect to succesful handleChange
github.com/jaredpalmer/formik - rohanBagchi opened this pull request almost 6 years ago
github.com/jaredpalmer/formik - rohanBagchi opened this pull request almost 6 years ago
Only post touched fields
github.com/jaredpalmer/formik - cjcheshire opened this issue almost 6 years ago
github.com/jaredpalmer/formik - cjcheshire opened this issue almost 6 years ago
Type-safe implementation of setFieldValue
github.com/jaredpalmer/formik - samstarling opened this issue almost 6 years ago
github.com/jaredpalmer/formik - samstarling opened this issue almost 6 years ago
OnChange handler is not working.
github.com/jaredpalmer/formik - kaifresh opened this issue almost 6 years ago
github.com/jaredpalmer/formik - kaifresh opened this issue almost 6 years ago
How do i setup React-Quill and Formik?
github.com/jaredpalmer/formik - nithinkashyapn opened this issue almost 6 years ago
github.com/jaredpalmer/formik - nithinkashyapn opened this issue almost 6 years ago
How to add field names to validationSchema dynamically?
github.com/jaredpalmer/formik - RomanDrevo opened this issue almost 6 years ago
github.com/jaredpalmer/formik - RomanDrevo opened this issue almost 6 years ago
Multiple Forms on the same page
github.com/jaredpalmer/formik - tylergaugler16 opened this issue almost 6 years ago
github.com/jaredpalmer/formik - tylergaugler16 opened this issue almost 6 years ago
Accessors for FieldArray
github.com/jaredpalmer/formik - wenkepaul opened this pull request almost 6 years ago
github.com/jaredpalmer/formik - wenkepaul opened this pull request almost 6 years ago
Formik doesn't seem to work with Enzyme's .simulate('change')
github.com/jaredpalmer/formik - rally25rs opened this issue almost 6 years ago
github.com/jaredpalmer/formik - rally25rs opened this issue almost 6 years ago
Allow FormikErrors values to be type "any" for, i18n support
github.com/jaredpalmer/formik - agwells opened this issue almost 6 years ago
github.com/jaredpalmer/formik - agwells opened this issue almost 6 years ago
setFieldError not working as expected.
github.com/jaredpalmer/formik - prateek3255 opened this issue almost 6 years ago
github.com/jaredpalmer/formik - prateek3255 opened this issue almost 6 years ago
validateOnChange after submit
github.com/jaredpalmer/formik - capsula4 opened this issue almost 6 years ago
github.com/jaredpalmer/formik - capsula4 opened this issue almost 6 years ago
Best way to implement a custom onChange that behaves like a <input />
github.com/jaredpalmer/formik - sebastiandeutsch opened this issue almost 6 years ago
github.com/jaredpalmer/formik - sebastiandeutsch opened this issue almost 6 years ago
Allow Fields To Access Their Requiredness
github.com/jaredpalmer/formik - Undistraction opened this issue almost 6 years ago
github.com/jaredpalmer/formik - Undistraction opened this issue almost 6 years ago
How to have a toggle to show/hide password in Formik
github.com/jaredpalmer/formik - EfstathiadisDimitris opened this issue almost 6 years ago
github.com/jaredpalmer/formik - EfstathiadisDimitris opened this issue almost 6 years ago
Add a way to add disabled prop to all Fields or inputs.
github.com/jaredpalmer/formik - tsiq-jeremy opened this issue almost 6 years ago
github.com/jaredpalmer/formik - tsiq-jeremy opened this issue almost 6 years ago
validationSchema change depending on form values
github.com/jaredpalmer/formik - hugonasciutti opened this issue almost 6 years ago
github.com/jaredpalmer/formik - hugonasciutti opened this issue almost 6 years ago
Formik automatically converts number value type to string
github.com/jaredpalmer/formik - yzevm opened this issue about 6 years ago
github.com/jaredpalmer/formik - yzevm opened this issue about 6 years ago
Rerender FastField when non-formik context props change
github.com/jaredpalmer/formik - ericbiewener opened this issue about 6 years ago
github.com/jaredpalmer/formik - ericbiewener opened this issue about 6 years ago
Using validationSchema returns empty errors object
github.com/jaredpalmer/formik - jonmcgill opened this issue about 6 years ago
github.com/jaredpalmer/formik - jonmcgill opened this issue about 6 years ago
production mode TypeError: Cannot read property 'touched' of undefined
github.com/jaredpalmer/formik - weishiji opened this issue about 6 years ago
github.com/jaredpalmer/formik - weishiji opened this issue about 6 years ago
using formik for search purposes
github.com/jaredpalmer/formik - reinjunon opened this issue about 6 years ago
github.com/jaredpalmer/formik - reinjunon opened this issue about 6 years ago
Array-helper `insert` adds value to error state
github.com/jaredpalmer/formik - marcel-devdude opened this issue about 6 years ago
github.com/jaredpalmer/formik - marcel-devdude opened this issue about 6 years ago
is There a way to trigger onChange event when Chome autofill feature is used?
github.com/jaredpalmer/formik - andriy-fuzz opened this issue about 6 years ago
github.com/jaredpalmer/formik - andriy-fuzz opened this issue about 6 years ago
Use Formik errors outside of Formik
github.com/jaredpalmer/formik - aiwatko opened this issue about 6 years ago
github.com/jaredpalmer/formik - aiwatko opened this issue about 6 years ago
TypeError: field.resolve is not a function
github.com/jaredpalmer/formik - sibelius opened this issue about 6 years ago
github.com/jaredpalmer/formik - sibelius opened this issue about 6 years ago
Recommended way to set initialValues from async api call
github.com/jaredpalmer/formik - dem0nbruce opened this issue about 6 years ago
github.com/jaredpalmer/formik - dem0nbruce opened this issue about 6 years ago
Set Field Value not working when called from didmount
github.com/jaredpalmer/formik - aegre opened this issue over 6 years ago
github.com/jaredpalmer/formik - aegre opened this issue over 6 years ago
How to validate formik & Yup validation with file type and size ?
github.com/jaredpalmer/formik - saurabh147sharma opened this issue over 6 years ago
github.com/jaredpalmer/formik - saurabh147sharma opened this issue over 6 years ago
Values stale in onSubmit after setValues / setFieldValue
github.com/jaredpalmer/formik - hkung77 opened this issue over 6 years ago
github.com/jaredpalmer/formik - hkung77 opened this issue over 6 years ago
Setting no validate or validationSchema clears out imperative error state on onBlur/onChange
github.com/jaredpalmer/formik - inooid opened this issue over 6 years ago
github.com/jaredpalmer/formik - inooid opened this issue over 6 years ago
Form submission of invalid forms
github.com/jaredpalmer/formik - julian-r opened this issue over 6 years ago
github.com/jaredpalmer/formik - julian-r opened this issue over 6 years ago
Formik does not re-render when initialValues change
github.com/jaredpalmer/formik - iamvanja opened this issue over 6 years ago
github.com/jaredpalmer/formik - iamvanja opened this issue over 6 years ago
Why are empty strings mapped to undefined before validation?
github.com/jaredpalmer/formik - tamlyn opened this issue over 6 years ago
github.com/jaredpalmer/formik - tamlyn opened this issue over 6 years ago
Submitting form should set all fields as touched
github.com/jaredpalmer/formik - donysukardi opened this issue over 6 years ago
github.com/jaredpalmer/formik - donysukardi opened this issue over 6 years ago
Chrome autofill on password input issue
github.com/jaredpalmer/formik - Sklico opened this issue over 6 years ago
github.com/jaredpalmer/formik - Sklico opened this issue over 6 years ago
How to know if an input is required?
github.com/jaredpalmer/formik - jeromeraffin opened this issue over 6 years ago
github.com/jaredpalmer/formik - jeromeraffin opened this issue over 6 years ago
setFieldError is overwritten when using the validation methods.
github.com/jaredpalmer/formik - chuckconway opened this issue over 6 years ago
github.com/jaredpalmer/formik - chuckconway opened this issue over 6 years ago
Add a prop to track if a field has focus (active)
github.com/jaredpalmer/formik - ibratoev opened this issue over 6 years ago
github.com/jaredpalmer/formik - ibratoev opened this issue over 6 years ago
Normalise null and array values - just like numbers
github.com/jaredpalmer/formik - IgorJoergensen opened this issue over 6 years ago
github.com/jaredpalmer/formik - IgorJoergensen opened this issue over 6 years ago
Yup.boolean() not working correctly
github.com/jaredpalmer/formik - bpearce6942 opened this issue almost 7 years ago
github.com/jaredpalmer/formik - bpearce6942 opened this issue almost 7 years ago
onSubmit required for typescript
github.com/jaredpalmer/formik - keithmichelson opened this issue almost 7 years ago
github.com/jaredpalmer/formik - keithmichelson opened this issue almost 7 years ago
setFieldValue should return a Promise or receive a callback
github.com/jaredpalmer/formik - today- opened this issue almost 7 years ago
github.com/jaredpalmer/formik - today- opened this issue almost 7 years ago
Feature/add touched to validation
github.com/jaredpalmer/formik - strange-developer opened this pull request almost 7 years ago
github.com/jaredpalmer/formik - strange-developer opened this pull request almost 7 years ago
Validate only one field at a time
github.com/jaredpalmer/formik - orenklein opened this issue almost 7 years ago
github.com/jaredpalmer/formik - orenklein opened this issue almost 7 years ago
can "validate" and "validateSchema" be used concurrently?
github.com/jaredpalmer/formik - twelve17 opened this issue almost 7 years ago
github.com/jaredpalmer/formik - twelve17 opened this issue almost 7 years ago
RFC: Form Reducer / Middleware
github.com/jaredpalmer/formik - jaredpalmer opened this issue almost 7 years ago
github.com/jaredpalmer/formik - jaredpalmer opened this issue almost 7 years ago
Track warnings like errors
github.com/jaredpalmer/formik - jonathanj opened this issue almost 7 years ago
github.com/jaredpalmer/formik - jonathanj opened this issue almost 7 years ago
TypeError when calling handleSubmit in react-native
github.com/jaredpalmer/formik - emily-curry opened this issue almost 7 years ago
github.com/jaredpalmer/formik - emily-curry opened this issue almost 7 years ago
Can't call setTouched and setError
github.com/jaredpalmer/formik - henrykuzmick opened this issue almost 7 years ago
github.com/jaredpalmer/formik - henrykuzmick opened this issue almost 7 years ago
Access form `onSubmit` event data?
github.com/jaredpalmer/formik - Tailzip opened this issue almost 7 years ago
github.com/jaredpalmer/formik - Tailzip opened this issue almost 7 years ago
Add meta prop to Field, FastField
github.com/jaredpalmer/formik - Dremora opened this issue almost 7 years ago
github.com/jaredpalmer/formik - Dremora opened this issue almost 7 years ago
onChange for entire form
github.com/jaredpalmer/formik - timoxley opened this issue about 7 years ago
github.com/jaredpalmer/formik - timoxley opened this issue about 7 years ago
Use handleSubmit from higher level
github.com/jaredpalmer/formik - ScreamZ opened this issue about 7 years ago
github.com/jaredpalmer/formik - ScreamZ opened this issue about 7 years ago
Yup schema.validate() options, show every error of a field at the same time
github.com/jaredpalmer/formik - acezard opened this issue about 7 years ago
github.com/jaredpalmer/formik - acezard opened this issue about 7 years ago
Check what fields have changed in submit
github.com/jaredpalmer/formik - goodmind opened this issue about 7 years ago
github.com/jaredpalmer/formik - goodmind opened this issue about 7 years ago
Add enableReinitialize option
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 7 years ago
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 7 years ago
Scroll to first invalid element
github.com/jaredpalmer/formik - nikmilson opened this issue over 7 years ago
github.com/jaredpalmer/formik - nikmilson opened this issue over 7 years ago
Question about validation - Casting an input value to 'number'
github.com/jaredpalmer/formik - Surreal9 opened this issue over 7 years ago
github.com/jaredpalmer/formik - Surreal9 opened this issue over 7 years ago