Skip to content
IC Reactor

FieldErrorsMultiple

FieldErrorsMultiple = Record<string, string[]>

Defined in: react/src/validation.ts:28

A map of field names to arrays of error messages. Use when you need to show multiple errors per field.