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
* backport PR rjsf-team#2631 to take into account additionalProperties set to false in schema
# Conflicts:
# packages/utils/src/schema/toPathSchema.ts
# packages/utils/test/schema/toPathSchemaTest.ts
* move to fix from rjsf-team#2853
* fix linting error
* run cs-format on modified files
* Update packages/utils/src/schema/toPathSchema.ts
Fix formatting (hopefully)
* Update packages/utils/src/schema/toPathSchema.ts
Second try fixing formatting
Co-authored-by: LAUSSEL Loic INNOV/IT-S <[email protected]>
Co-authored-by: Heath C <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ should change the heading of the (upcoming) version to include a major version b
16
16
17
17
-->
18
18
# v5.0.0 (coming soon)
19
+
## @rjsf/utils
20
+
- clear errors on formData change when liveOmit=true when "additionalProperties: false" [issue 1507](https://github.com/rjsf-team/react-jsonschema-form/issues/1507) (https://github.com/rjsf-team/react-jsonschema-form/pull/2631)
0 commit comments