Skip to content

5.22.2

Compare
Choose a tag to compare
@heath-freenome heath-freenome released this 28 Oct 16:54
· 15 commits to main since this release

@rjsf/core

  • Fix an issue where only the first file was uploaded when users selected multiple files for upload.
  • Fixed validation regression Form not revalidating after formData change, fixing #4343

@rjsf/validator-ajv8

  • 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