final-form/react-final-form
🏁 High performance subscription-based form state management for React
JavaScriptMIT
Issues
- 3
beforeSubmit 'value' is undefined error after removing neighboring text input
#981 opened by chloelangston - 0
Not possible to set numeric keys, even with multiple numbers like "5.1.1", on an object
#1042 opened by BennyAlex - 0
[Question] Is it safe to use noValidate flag on form and to prevent default native validation messages
#1041 opened by amBunkowski - 0
rerenderOnEveryChange for react-final-form
#1029 opened by mertkahramanturk - 0
- 0
- 2
Rewrite To Typescript
#1028 opened by dearlordylord - 3
Warning message in console when using the field validation for a string field.
#1016 opened by nipothar - 2
Error in codesandbox example
#1012 opened by daniellavi - 2
nested forms not working with functional components [example](https://codesandbox.io/s/p7p6lx24xq)
#993 opened by jokhuzb1 - 2
Fields remove not working with foreach array
#1002 opened by quomark - 0
Field-Level validation for root and nested fields
#1039 opened by alena-apanovich - 1
Maintaining complete form state after unmount
#992 opened by made-in-nz - 5
- 1
Error messages on nested object values
#1007 opened by Haaxor1689 - 5
Nested forms in react 17 don't work
#976 opened by namirsab - 1
TypeScript types for Mutators
#978 opened by pgross41 - 2
- 0
Form not dirty after removing items from FieldArray using final-form-arrays
#1038 opened by outofthisworld - 1
Form Reset When Modal Close
#1008 opened by mertkahramanturk - 2
Wizard Form Submitting Validation
#987 opened by mertkahramanturk - 0
I believe defaultValue should be the DEFAULT. That means, if NO initialValue was passed in, the defaultValue would be used. If there is an initialValue, it should override the defaultValue. One work around is using an OR in initialValues and skip using defaultValue all together like so:
#1037 opened by tulsiempyreal - 0
Submitting Images in React Final Form
#1036 opened by HarshArora-1205 - 0
- 0
How to use Redux related functions
#999 opened by maa-wtag - 0
Use Redux related functions
#1000 opened by ashfaqrafi - 1
- 0
- 1
change is not a function
#1026 opened by FC-jan - 1
- 5
Component breaks when upgrading from 6.3.3 to 6.3.4
#1004 opened by jrewing - 1
- 1
Ran into "is dirty" validation issues when state was used to autofill a form's input field.
#1020 opened by ShawnCentra - 7
Bug: useField can not get newest value
#984 opened by xxleyi - 3
Console warning when forcing a rerender of a field using a key and a new validate function
#985 opened by jkahlina - 0
- 0
Q: should readonly fields be validated on blur?
#1011 opened by sKopheK - 2
meta.error incorrect for fields when changing validator despite adding key to field as per example. See sandbox
#980 opened by doldyn - 0
Feature request: new render prop `handleSubmitSync`
#1005 opened by vtaits - 0
onSubmit type signature - is callback really optional?
#1003 opened by sKopheK - 0
InitialFormValues dosen't bridge to FormApi
#997 opened by 8823-scholar - 0
- 0
- 0
Chaining Exceptions causes tests to throw act error
#989 opened by JoeyAtSS - 0
Radio button remains dirty after submit because `initialValue` does not update to newly saved value despite `initialValue` prop changing
#988 opened by cachemap - 0
Field doesn't appear in 'modified' attribute after calling 'form.change(<field>, <value>)'
#986 opened by Lebed-kun - 0
Maintaining Global state when working with multi-route form having single submit button (not like wizard)
#979 opened by adarsh1997shah - 1
- 0
Provide a way to specify a value transformation function applies to the data passed to onSubmit
#971 opened by ThiefMaster - 0
validateOnBlur and validateFields are not respected after new Fields are mounted
#969 opened by marllonfrizzo