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: Validation error messages are inconsistent #4348 (#4349)
* fix: replace message field with title or ui:title correctly
* fix: add new changelog section & add description
* chore: removed extra empty line
---------
Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ should change the heading of the (upcoming) version to include a major version b
22
22
23
23
- Fixed validation regression Form not revalidating after formData change, fixing [#4343](https://github.com/rjsf-team/react-jsonschema-form/issues/4343)
24
24
25
+
## @rjsf/validator-ajv8
26
+
27
+
- Fixed `AJV8Validator#transformRJSFValidationErrors` to replace the error message field with either the `uiSchema`'s `ui:title` field if one exists or the `parentSchema` title if one exists. Fixes [#4348](https://github.com/rjsf-team/react-jsonschema-form/issues/4348)
0 commit comments