Skip to content
Discussion options

You must be logged in to vote
import {  groupErrors } from "@sjsf/form";
...
form.errors = groupErrors(validator.validateFormValue(schema, form.value));

Explanation: I decided to remove the validate and validateAsync methods because they:

  • duplicate form.validation functionality
  • can be implemented at the user code level (as in the example above)

Replies: 2 comments 2 replies

This comment has been hidden.

Comment options

You must be logged in to vote
2 replies
@aman7000
Comment options

@x0k
Comment options

x0k Jun 3, 2025
Maintainer

Answer selected by x0k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants