Interface: ErrorWrapperProps
Properties of the React component that wraps the form view component and displays validation errors.
Extended by
Properties
children?
optional
children:ReactNode
The wrapped component.
className?
optional
className:string
The CSS class name.
error?
optional
error:string
The error text.