ErrorWrapper
Introduction
The ErrorWrapper component displays error messages and validation feedback for form fields and other components. It is commonly used to wrap form inputs and display validation errors, warnings, or helper text. The component injects the error prop into Mantine controls that support it and optionally shows error text below for accessibility.
The ErrorWrapper component is a custom FormEngine component built on Mantine Stack and Text. It is included within the following NPM package: @react-form-builder/components-mantine.
info
This component is used by FormEngine to display errors, and its properties are not configurable by the user.