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
Version Packages
github.com/jaredpalmer/formik - github-actions[bot] opened this pull request over 1 year ago
github.com/jaredpalmer/formik - github-actions[bot] opened this pull request over 1 year ago
docs: Expand on cleanup behaviour for submission handlers
github.com/jaredpalmer/formik - Nessworthy opened this pull request over 1 year ago
github.com/jaredpalmer/formik - Nessworthy opened this pull request over 1 year ago
Empty form errors immediatyely after validateForm()
github.com/jaredpalmer/formik - v1valasvegan opened this issue over 1 year ago
github.com/jaredpalmer/formik - v1valasvegan opened this issue over 1 year ago
passing all values as the second parameter when calling Field's validate
github.com/jaredpalmer/formik - myNameIsDu opened this issue over 1 year ago
github.com/jaredpalmer/formik - myNameIsDu opened this issue over 1 year ago
chore: add missing changesets
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
FIX: Fixed resetForm function dependency issue
github.com/jaredpalmer/formik - rajpatelbot opened this pull request over 1 year ago
github.com/jaredpalmer/formik - rajpatelbot opened this pull request over 1 year ago
fix-docs: return type of setValue in docs did not match the function typing
github.com/jaredpalmer/formik - DavideFrancescon opened this pull request over 1 year ago
github.com/jaredpalmer/formik - DavideFrancescon opened this pull request over 1 year ago
initialValues={validationSchema.cast({})} breaks form validation
github.com/jaredpalmer/formik - Vercjames opened this issue over 1 year ago
github.com/jaredpalmer/formik - Vercjames opened this issue over 1 year ago
FieldArray Render/Access Specific Index Only
github.com/jaredpalmer/formik - aress31 opened this issue over 1 year ago
github.com/jaredpalmer/formik - aress31 opened this issue over 1 year ago
Support Array of Forms, i.e., initialValues accept an array of object
github.com/jaredpalmer/formik - aress31 opened this issue over 1 year ago
github.com/jaredpalmer/formik - aress31 opened this issue over 1 year ago
Replacing an object in an array with one with empty properties leaves the visual state of the previous object.
github.com/jaredpalmer/formik - adjenks opened this issue over 1 year ago
github.com/jaredpalmer/formik - adjenks opened this issue over 1 year ago
formik don't detect values change when i use radio buttons
github.com/jaredpalmer/formik - Horion6102 opened this issue over 1 year ago
github.com/jaredpalmer/formik - Horion6102 opened this issue over 1 year ago
Feat/support custom field component, (#3858)
github.com/jaredpalmer/formik - yazaldefilimonepinto opened this pull request over 1 year ago
github.com/jaredpalmer/formik - yazaldefilimonepinto opened this pull request over 1 year ago
Missing `props.onReset` dependency in useCallback of resetForm function.
github.com/jaredpalmer/formik - rajpatelbot opened this issue over 1 year ago
github.com/jaredpalmer/formik - rajpatelbot opened this issue over 1 year ago
Add missing dependency @types/hoist-non-react-statics, closes #3837
github.com/jaredpalmer/formik - patik opened this pull request over 1 year ago
github.com/jaredpalmer/formik - patik opened this pull request over 1 year ago
Help to Identify which button is clicked when the user has multiple sā¦
github.com/jaredpalmer/formik - toqeer-hussain opened this pull request over 1 year ago
github.com/jaredpalmer/formik - toqeer-hussain opened this pull request over 1 year ago
Setting errors with a deeply nested object in an array results in a type error when accessing the errors object
github.com/jaredpalmer/formik - kylemcd opened this issue over 1 year ago
github.com/jaredpalmer/formik - kylemcd opened this issue over 1 year ago
To fix the navbar highlight.
github.com/jaredpalmer/formik - vennilamahalingam opened this pull request over 1 year ago
github.com/jaredpalmer/formik - vennilamahalingam opened this pull request over 1 year ago
Version Packages
github.com/jaredpalmer/formik - github-actions[bot] opened this pull request over 1 year ago
github.com/jaredpalmer/formik - github-actions[bot] opened this pull request over 1 year ago
Formik Documentation two active links highlighted at once
github.com/jaredpalmer/formik - Rajan03 opened this issue over 1 year ago
github.com/jaredpalmer/formik - Rajan03 opened this issue over 1 year ago
Field-level validation run twice on submit
github.com/jaredpalmer/formik - quyle92 opened this issue over 1 year ago
github.com/jaredpalmer/formik - quyle92 opened this issue over 1 year ago
Feature: Pass Yup context to validationSchema using new prop validationSchemaContext in <Formik>
github.com/jaredpalmer/formik - john-raymon opened this pull request over 1 year ago
github.com/jaredpalmer/formik - john-raymon opened this pull request over 1 year ago
Fixing distorted UI of footer 'Notify me' Button
github.com/jaredpalmer/formik - vennilamahalingam opened this pull request over 1 year ago
github.com/jaredpalmer/formik - vennilamahalingam opened this pull request over 1 year ago
Formik "Unable to convert date" that is being handled by Yup schema
github.com/jaredpalmer/formik - RelativeBinary opened this issue over 1 year ago
github.com/jaredpalmer/formik - RelativeBinary opened this issue over 1 year ago
Formik Append Form To Url Nextjs13 App Router
github.com/jaredpalmer/formik - ogheneovo12 opened this issue over 1 year ago
github.com/jaredpalmer/formik - ogheneovo12 opened this issue over 1 year ago
Regression in 2.4.2 makes the library unusable
github.com/jaredpalmer/formik - grybykm opened this issue over 1 year ago
github.com/jaredpalmer/formik - grybykm opened this issue over 1 year ago
Calling setValues twice uses stale data
github.com/jaredpalmer/formik - matomesc opened this issue over 1 year ago
github.com/jaredpalmer/formik - matomesc opened this issue over 1 year ago
Fix a typo in docs: precendence to precedence
github.com/jaredpalmer/formik - taro-28 opened this pull request over 1 year ago
github.com/jaredpalmer/formik - taro-28 opened this pull request over 1 year ago
types: Align FormikHelpers and FieldHelper types to useFormik ones
github.com/jaredpalmer/formik - bonimba opened this pull request over 1 year ago
github.com/jaredpalmer/formik - bonimba opened this pull request over 1 year ago
Formik v2.x is not working with Preact.
github.com/jaredpalmer/formik - alqamabinsadiq opened this issue over 1 year ago
github.com/jaredpalmer/formik - alqamabinsadiq opened this issue over 1 year ago
`yupToFormErrors` swallows some errors (specifically, errors on an array when the array contains objects with errors)
github.com/jaredpalmer/formik - anied opened this issue over 1 year ago
github.com/jaredpalmer/formik - anied opened this issue over 1 year ago
Support for React 18 in patch update v2.4.2 causing type errors
github.com/jaredpalmer/formik - wjdwldbs opened this issue over 1 year ago
github.com/jaredpalmer/formik - wjdwldbs opened this issue over 1 year ago
[Feature request] add replace/reset field value
github.com/jaredpalmer/formik - bluelovers opened this issue over 1 year ago
github.com/jaredpalmer/formik - bluelovers opened this issue over 1 year ago
Type error compiling with typescript
github.com/jaredpalmer/formik - rcocks-hl opened this issue over 1 year ago
github.com/jaredpalmer/formik - rcocks-hl opened this issue over 1 year ago
'validateOnMount' is not work
github.com/jaredpalmer/formik - sumantaparida opened this issue over 1 year ago
github.com/jaredpalmer/formik - sumantaparida opened this issue over 1 year ago
chore: match codesandbox node version to other ci jobs
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
feat: add benchmarking
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
fix(docs): #3827 link ref to other doc pages is incorrect
github.com/jaredpalmer/formik - shouldnt opened this pull request over 1 year ago
github.com/jaredpalmer/formik - shouldnt opened this pull request over 1 year ago
Add onsubmit event on onSubmit hook
github.com/jaredpalmer/formik - LarsFlieger opened this issue over 1 year ago
github.com/jaredpalmer/formik - LarsFlieger opened this issue over 1 year ago
Version Packages
github.com/jaredpalmer/formik - github-actions[bot] opened this pull request over 1 year ago
github.com/jaredpalmer/formik - github-actions[bot] opened this pull request over 1 year ago
Docs issue: code sandbox examples are not found
github.com/jaredpalmer/formik - aabuhijleh opened this issue over 1 year ago
github.com/jaredpalmer/formik - aabuhijleh opened this issue over 1 year ago
FEATURE: Add optional Id prop on ErrorMessageProps type
github.com/jaredpalmer/formik - zoosphar opened this pull request over 1 year ago
github.com/jaredpalmer/formik - zoosphar opened this pull request over 1 year ago
ref: add typing to setFields functions
github.com/jaredpalmer/formik - kader93t opened this pull request over 1 year ago
github.com/jaredpalmer/formik - kader93t opened this pull request over 1 year ago
React Native Formik: Maximum call stack size exceeded on `onChange` function
github.com/jaredpalmer/formik - vilvaathibanpb opened this issue over 1 year ago
github.com/jaredpalmer/formik - vilvaathibanpb opened this issue over 1 year ago
Docs examples not working
github.com/jaredpalmer/formik - mohammedgad opened this issue over 1 year ago
github.com/jaredpalmer/formik - mohammedgad opened this issue over 1 year ago
All sandboxes in docs are down.
github.com/jaredpalmer/formik - seanparkross opened this issue over 1 year ago
github.com/jaredpalmer/formik - seanparkross opened this issue over 1 year ago
Styling is not accurate in Landing page
github.com/jaredpalmer/formik - KrunalGupta02 opened this issue over 1 year ago
github.com/jaredpalmer/formik - KrunalGupta02 opened this issue over 1 year ago
fix(docs/examples): fix broken codesandbox links
github.com/jaredpalmer/formik - LarsFlieger opened this pull request over 1 year ago
github.com/jaredpalmer/formik - LarsFlieger opened this pull request over 1 year ago
Code Sandbox example embeds missing/broken in docs
github.com/jaredpalmer/formik - nicekiwi opened this issue over 1 year ago
github.com/jaredpalmer/formik - nicekiwi opened this issue over 1 year ago
refactor: react 18 internal upgrade
github.com/jaredpalmer/formik - quantizor opened this pull request over 1 year ago
github.com/jaredpalmer/formik - quantizor opened this pull request over 1 year ago
chore: run tests on all pull request events and main push
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
revert: "feat(validationSchema): support yup transforms in validate & submit (#3796)"
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
Version Packages
github.com/jaredpalmer/formik - github-actions[bot] opened this pull request over 1 year ago
github.com/jaredpalmer/formik - github-actions[bot] opened this pull request over 1 year ago
followup from prior releases
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
FieldArray regression due to shouldComponentUpdate changes
github.com/jaredpalmer/formik - xconverge opened this issue over 1 year ago
github.com/jaredpalmer/formik - xconverge opened this issue over 1 year ago
Fork changes
github.com/jaredpalmer/formik - garrett-wombat opened this pull request over 1 year ago
github.com/jaredpalmer/formik - garrett-wombat opened this pull request over 1 year ago
Add localised dirty check to fix autocomplete
github.com/jaredpalmer/formik - silvanaweb opened this issue over 1 year ago
github.com/jaredpalmer/formik - silvanaweb opened this issue over 1 year ago
[2.4.0] onSubmit types are broken for TypeScript + Yup users
github.com/jaredpalmer/formik - MarcPorciuncula opened this issue over 1 year ago
github.com/jaredpalmer/formik - MarcPorciuncula opened this issue over 1 year ago
fix type of `setFieldValue `
github.com/jaredpalmer/formik - NagaiKoki opened this pull request over 1 year ago
github.com/jaredpalmer/formik - NagaiKoki opened this pull request over 1 year ago
The type of `setFieldValue` seems incorrect.
github.com/jaredpalmer/formik - NagaiKoki opened this issue over 1 year ago
github.com/jaredpalmer/formik - NagaiKoki opened this issue over 1 year ago
Fix e2e react usage
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 1 year ago
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 1 year ago
Improve e2e and GitHub Actions caching
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 1 year ago
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 1 year ago
Finish Next.js 13.x Upgrade
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 1 year ago
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 1 year ago
Website improvements
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 1 year ago
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 1 year ago
feat(validationSchema): support yup transforms in validate & submit
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
perf(FieldArray): add shouldComponentUpdate to cut down on unnecessary renders
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
github.com/jaredpalmer/formik - probablyup opened this pull request over 1 year ago
Padding issues on 1536px screen size
github.com/jaredpalmer/formik - hemantwasthere opened this issue over 1 year ago
github.com/jaredpalmer/formik - hemantwasthere opened this issue over 1 year ago
useFormik enableReinitialize prop emits infinite loop
github.com/jaredpalmer/formik - cayolegal1 opened this issue over 1 year ago
github.com/jaredpalmer/formik - cayolegal1 opened this issue over 1 year ago
Revert "fix prop types for Field"
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 1 year ago
github.com/jaredpalmer/formik - jaredpalmer opened this pull request over 1 year ago
fix prop types for Field
github.com/jaredpalmer/formik - SvyatoslavPozhydaev opened this pull request over 1 year ago
github.com/jaredpalmer/formik - SvyatoslavPozhydaev opened this pull request over 1 year ago
Expo Snack Demo Does Not Work
github.com/jaredpalmer/formik - vikram-s-narayan opened this issue over 1 year ago
github.com/jaredpalmer/formik - vikram-s-narayan opened this issue over 1 year ago
Update withFormik.tsx
github.com/jaredpalmer/formik - ravshansbox opened this pull request over 1 year ago
github.com/jaredpalmer/formik - ravshansbox opened this pull request over 1 year ago
fix(docs): add horizontal padding to navbar and main content
github.com/jaredpalmer/formik - oxcened opened this pull request over 1 year ago
github.com/jaredpalmer/formik - oxcened opened this pull request over 1 year ago
Formik Official Website Documentation Css
github.com/jaredpalmer/formik - irtaza9 opened this issue over 1 year ago
github.com/jaredpalmer/formik - irtaza9 opened this issue over 1 year ago
resetForm() doesn't reset form
github.com/jaredpalmer/formik - kirill-develops opened this issue over 1 year ago
github.com/jaredpalmer/formik - kirill-develops opened this issue over 1 year ago
fix: link on useFormikContext
github.com/jaredpalmer/formik - maxxborer opened this pull request over 1 year ago
github.com/jaredpalmer/formik - maxxborer opened this pull request over 1 year ago
'FieldArray' cannot be used as a JSX component.
github.com/jaredpalmer/formik - yurii-futur opened this issue over 1 year ago
github.com/jaredpalmer/formik - yurii-futur opened this issue over 1 year ago
add validation and get selected data in mui Autocomplete with yup and fromik
github.com/jaredpalmer/formik - mm0hammadi opened this issue over 1 year ago
github.com/jaredpalmer/formik - mm0hammadi opened this issue over 1 year ago
Website upgrades
github.com/jaredpalmer/formik - emmanuelh-dev opened this pull request over 1 year ago
github.com/jaredpalmer/formik - emmanuelh-dev opened this pull request over 1 year ago
Error with Formik in Storybook 7 - Cannot read properties of null (reading 'useRef')
github.com/jaredpalmer/formik - TENsaga opened this issue over 1 year ago
github.com/jaredpalmer/formik - TENsaga opened this issue over 1 year ago
Update resources - adding a recently added guide
github.com/jaredpalmer/formik - code-dd opened this pull request over 1 year ago
github.com/jaredpalmer/formik - code-dd opened this pull request over 1 year ago
Add SetField* type shorthands
github.com/jaredpalmer/formik - mathieucaroff opened this pull request over 1 year ago
github.com/jaredpalmer/formik - mathieucaroff opened this pull request over 1 year ago
Multiple calls to setFieldValue inside async action result in form errors
github.com/jaredpalmer/formik - matt-sanders opened this issue over 1 year ago
github.com/jaredpalmer/formik - matt-sanders opened this issue over 1 year ago
types: improve handlers type
github.com/jaredpalmer/formik - chernodub opened this pull request over 1 year ago
github.com/jaredpalmer/formik - chernodub opened this pull request over 1 year ago
Cannot find "/dist/formik.umd.production.min.js" in [email protected]
github.com/jaredpalmer/formik - JacobWeisenburger opened this issue almost 2 years ago
github.com/jaredpalmer/formik - JacobWeisenburger opened this issue almost 2 years ago
Filed Type number work unnormal in safari
github.com/jaredpalmer/formik - ChaserRun opened this issue almost 2 years ago
github.com/jaredpalmer/formik - ChaserRun opened this issue almost 2 years ago
Implementing Dark theme in the application
github.com/jaredpalmer/formik - ashrafchowdury opened this issue almost 2 years ago
github.com/jaredpalmer/formik - ashrafchowdury opened this issue almost 2 years ago
issue#3747/issue-resolved/outline-none
github.com/jaredpalmer/formik - sureshjangid opened this pull request almost 2 years ago
github.com/jaredpalmer/formik - sureshjangid opened this pull request almost 2 years ago
Whenever I m click to SUBSCRIBE TO OUR NEWSLETTER Input then outline with black color coming first then blue color coming
github.com/jaredpalmer/formik - sureshjangid opened this issue almost 2 years ago
github.com/jaredpalmer/formik - sureshjangid opened this issue almost 2 years ago
issue#3737-Notify-Me-button-height-not-matching-with-the-corresponding-textbox-on-MD-mode-only
github.com/jaredpalmer/formik - sureshjangid opened this pull request almost 2 years ago
github.com/jaredpalmer/formik - sureshjangid opened this pull request almost 2 years ago
send name in custom componennt
github.com/jaredpalmer/formik - Alchemist0823 opened this pull request almost 2 years ago
github.com/jaredpalmer/formik - Alchemist0823 opened this pull request almost 2 years ago
TypeScript type shorthands for setFieldValue and setFieldTouched
github.com/jaredpalmer/formik - mathieucaroff opened this issue almost 2 years ago
github.com/jaredpalmer/formik - mathieucaroff opened this issue almost 2 years ago
Addition of Dark Mode Functionality to the website
github.com/jaredpalmer/formik - abhinav2712 opened this issue almost 2 years ago
github.com/jaredpalmer/formik - abhinav2712 opened this issue almost 2 years ago
docs: add note to useField.md
github.com/jaredpalmer/formik - rikusen0335 opened this pull request almost 2 years ago
github.com/jaredpalmer/formik - rikusen0335 opened this pull request almost 2 years ago
Site Footer Notify Me button height not matching with corresponding textbox on MD mode only.
github.com/jaredpalmer/formik - roxshivamsingh opened this issue almost 2 years ago
github.com/jaredpalmer/formik - roxshivamsingh opened this issue almost 2 years ago