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(utils): default value for defaults as objects (#4637)
* fix(utils): default value for defaults as objects
* Update CHANGELOG.md
---------
Co-authored-by: Nick Grosenbacher <nickgrosenbacher@gmail.com>
Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
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.
0 commit comments