Form Error

Form component used to display form validation errors.

The Form Error component is used to display form validation errors. Similar to the Form Label component, it connects to a schema field using the for prop.

By default, error messages are only displayed when the field is touched, dirty, and invalid. You can change the error visibility conditions by using the visible field. The property that can be either an array of string values (multiple conditions), or a simple string (single condition).

Read more about Form Validation

Props

Design Tokens