Home > General Components > FormError

FormError

@wq/material’s <FormError/> component displays any top-level form errors. (Field-level errors are displayed within each input component). It is generally not necessary to override <FormError/>.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

  • FormError.js (@wq/material-web)
  • FormError.js (@wq/material-native)