Home > General Components > FormError

FormError

wq’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

The @wq/react source code for <FormError/> is available here:

  • FormError.js (@wq/react)

This base implementation is extended by @wq/material to integrate with @material-ui/core and react-native-paper:

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