FormValidatorType

The validator function for the Form component.

  • values - The current values of the form.
  • valueGetter - Function which can be used to get field value. Supports field paths.

Returns key-value pair with errors if such are present. The key is the field path, where the value is the error message.

In this article

Not finding the help you need?