You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix dependency defaults for uncontrolled components (rjsf-team#1371)
* fix: don't return keys with undefined values in computeDefaults * fix: make sure getDefaultFormState keeps default data equal to 0 * fix: make sure existing formData equal to null is overwritten by defaults * fix: undo "don't return keys with undefined values" * fix: fix overwriting of data with defaults for all noneValues * fix: re-add fix of removing undefined values from computeDefaults * fix: include form data with undefined values when validateFormData is called * fix: render dependency defaults for uncontrolled components
0 commit comments