Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jaredpalmer/formik

Build forms in React, without the tears 😭
https://github.com/jaredpalmer/formik

useFormik hook isn't stable

skyh opened this issue over 3 years ago
validateField does not validate nested field

jansedlon opened this issue over 3 years ago
Formik v3 Umbrella PR.

johnrom opened this pull request over 3 years ago
add useFormik return type

alanszp opened this pull request over 3 years ago
Formik values not updated properly when browser autofills/autocomplete

pabloimrik17 opened this issue over 3 years ago
fix: submitForm promise rejects if validation fails

Averethel opened this pull request over 3 years ago
resetForm ignores passed values when enableReinitialize is on

ryym opened this issue over 3 years ago
empty string is transformed to undefined. Why do you want to do that?

bchenSyd opened this issue almost 4 years ago
Error: Cannot find module 'formik'

hsavit1 opened this issue almost 4 years ago
onError callback

StErMi opened this issue almost 4 years ago
fix: errors in FieldArray being returned as arrays

elderfo opened this pull request almost 4 years ago
getFieldMeta does not return errors of nested field objects via yup schema

TomasJerrySebo opened this issue about 4 years ago
Incomplete type of error property in FieldMetaProps

mindtraveller opened this issue about 4 years ago
How to disable formik's auto submit on Enter?

oieeaaaa opened this issue about 4 years ago
Form Validation onChange not working on v2.2.2

daryanka opened this issue about 4 years ago
Form does not reinitialize when new initialValues are passed

mattleonowicz opened this issue about 4 years ago
Set Field to autocomplete=off like for normal input

raresmigea opened this issue about 4 years ago
Automatically handle form submit on field change

LudovicF42 opened this issue about 4 years ago
Allow resetting only actually updated initial values

DnEgorWeb opened this issue over 4 years ago
Manual validation should have a flag to touch all fields

PatoBeltran opened this issue over 4 years ago
[Feature request] UX improvement: reset field error onChange

ClementParis016 opened this issue over 4 years ago
Revalidate form if validationSchema on prop change

yekver opened this issue over 4 years ago
validateOnMount does not validate field on first mount

psaruks opened this issue over 4 years ago
Change return type of setFieldValue to Promise

vittis opened this pull request over 4 years ago
Redux Formik Axios example

flying-falcon opened this issue over 4 years ago
3Experimental/sync

ghost opened this pull request over 4 years ago
Add type for FieldProps

kiley0 opened this pull request over 4 years ago
Stale validation errors shown

krvajal opened this issue over 4 years ago
Field component with no code completion and no types

jazithedev opened this issue over 4 years ago
Fields are not marked as touched during submission in Formik.

yogesh021 opened this issue over 4 years ago
add validate and validationSchema to formikBag

evertbouw opened this pull request over 4 years ago
How to use remote button to submit a formik form?

unutoiul opened this issue over 4 years ago
Page reload after submit

cinaaaa opened this issue over 4 years ago
Support generic FormValues with useField hook

HennyH opened this issue over 4 years ago
Would it make sense to add `disabled` and `setDisabled` to the API?

battaglr opened this issue over 4 years ago
Form don't submit on first time submit click

nueq22 opened this issue over 4 years ago
isSubmitting not set to true on submission

kaunglvlv opened this issue over 4 years ago
added: ability to pass submit context to onSubmit handler

avasuro opened this pull request over 4 years ago
`as` prop: added info about pass through props

oleg-brizy opened this pull request over 4 years ago
Allow specification of id prop on ErrorMessage

krichter722 opened this issue over 4 years ago
feat: add method get to ArrayHelpers

brunohkbx opened this pull request over 4 years ago
How to reinitialize values using hooks

Keony1 opened this issue over 4 years ago
docs(withFormik): fix mapPropsToTouched typos

stephaniecoates opened this pull request over 4 years ago
Fix type for setFieldValue

niecnasowa opened this pull request over 4 years ago
added: ability to pass submit context to onSubmit handler

avasuro opened this pull request almost 5 years ago
How disable the auto reset form on submit in formik?

veronesecoms opened this issue almost 5 years ago
How to check FormikContext provider without warnings?

verbart opened this issue almost 5 years ago
useField does not respect the checked property when creating a checkbox

soda-sorcery opened this issue almost 5 years ago
Update Local Setup Tutorial in v2.1.4 Docs

auginator opened this pull request almost 5 years ago
FieldArray slow on large data

totaland opened this issue almost 5 years ago
TypeError: Cannot read property 'validate' of undefined

stephanie-saretsky opened this issue almost 5 years ago
Need a more complete example of innerRef usage

rjray opened this issue almost 5 years ago
[docs] Move resetForm code sample to under resetForm section

jamesmosier opened this pull request almost 5 years ago
Disable "Nested Objects" behavior

timrbula opened this issue almost 5 years ago
Why formik is dependent on lodash and lodash-es?

latuszek opened this issue almost 5 years ago
Add Masoko

prehistoricpancake opened this pull request almost 5 years ago
submitForm doesn't throw an error

b-ponomarenko opened this issue almost 5 years ago
Use React.forwardRef in <Formik>

jaredpalmer opened this issue almost 5 years ago
add submitCount to useField

giladv opened this issue almost 5 years ago
Setting setFieldValue to undefined doesn't clear text input

petrbela opened this issue almost 5 years ago
Small spelling error

wallymathieu opened this pull request almost 5 years ago
No error for custom yup validation using .test method

apieceofbart opened this issue almost 5 years ago
Error should be allowed to be any

adamscybot opened this issue about 5 years ago
material ui select in formik

zahraHaghi opened this issue about 5 years ago
Not the good example in useFormik page

theocerutti opened this issue about 5 years ago
[V2] useFormikContext doesn't return valitationSchema as expected

ldicocco opened this issue about 5 years ago
[v2] Validation runs on old values after setFieldTouched

bkiac opened this issue about 5 years ago
How to properly check if an Array element was touched?

filipetoyoshima opened this issue about 5 years ago
What's the best way to make a submit button outside the Form?

Yartro opened this issue about 5 years ago
Avoid validation by clicking on Link

difagume opened this issue about 5 years ago
Manually calling formik.submitForm() resolves with undefined

Wgil opened this issue about 5 years ago
enableReinitialize and Errors

maganuk opened this issue about 5 years ago
return value for validateField

good-idea opened this issue about 5 years ago
Batch async state updates

maxdavidson opened this pull request about 5 years ago
Multistep Wizard - Testing with react-testing-library

stacy-kim opened this issue about 5 years ago
Focus input after push using FieldArray

sclavijo93 opened this issue about 5 years ago
input type='number' actually returns empty string for empty input

bhishp opened this issue about 5 years ago
call to setFieldValue and setFieldTouched at once

israelKusayev opened this issue over 5 years ago
[v2] FieldArray helpers leave form in invalid state

shulcsm opened this issue over 5 years ago
FieldArray: add type argument to FieldArrayRenderProps

williamboman opened this pull request over 5 years ago
Fix: Introduce useFastField React hook

sparkboom opened this pull request over 5 years ago
Formik not working when form popup is rendered inside a React portal

ZeroDarkThirty opened this issue over 5 years ago
onError Function

haThaiHoang opened this issue over 5 years ago