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
Bug: schema with conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event. (#4432)
* Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event.
* improvement based on feedback
---------
Co-authored-by: Heath C <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,11 @@ should change the heading of the (upcoming) version to include a major version b
16
16
17
17
-->
18
18
19
-
# 5.23.3
19
+
# 5.24.0
20
+
21
+
## @rjsf/core
22
+
23
+
- Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing [#4249](https://github.com/rjsf-team/react-jsonschema-form/issues/4249) and improving performance.
it('Check schema with if/then/else conditions and activate the then/else subschemas, the onChange event should reflect the actual validation errors',()=>{
0 commit comments