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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ should change the heading of the (upcoming) version to include a major version b
21
21
## @rjsf/utils
22
22
23
23
- Fixed issue where oneOf radio button could not be modified when defaults were set, fixing [#4634](https://github.com/rjsf-team/react-jsonschema-form/issues/4634)
24
+
- Fix default value for object properties such as enums that are rendered in select, radio inputs, etc.
24
25
25
26
# 6.0.0-beta.10
26
27
@@ -71,7 +72,6 @@ should change the heading of the (upcoming) version to include a major version b
71
72
72
73
- Fixed form data propagation with `patternProperties`[#4617](https://github.com/rjsf-team/react-jsonschema-form/pull/4617)
73
74
- Updated the `GlobalUISchemaOptions` types to extend `GenericObjectType` to support user-defined values for their extensions
74
-
- Fix default value for object properties such as enums that are rendered in select, radio inputs, etc.
0 commit comments