<FieldErrorMessage>
Displays the first error message for a given field name.
Props
Prop Name | Prop Type | Description |
| String | The base field name without a `/`. |
When to use?
Most components display error messages in <Field />
, so this component useful if:
Your inputs don't display error messages.
You want to display a single error message error message for multiple fields.
Last updated