Presents validation errors of a single field. Must be enclosed by a Form component.
5.2.0
| Name | Type | Flags | Default | Default Prefix | Since | Description |
|---|---|---|---|---|---|---|
| class | String | NOT Allow Null | prop | The CSS class for the div element rendered by the component. The default value is "t-error-single". | ||
| for | Field | Required, NOT Allow Null | component | The for parameter is used to identify the Field to present errors of. |