Interface `FieldValidity`
Represents the validation status of a form field.Properties#
| Property | Type | Required | Description |
|---|
isValid | boolean | ✅ Yes | Indicates whether the field is valid. |
errorType | `"empty" | "invalid" | "number of months required" |
Type Definitions#
isValid#
Indicates whether the field is valid.errorType (optional)#
Specifies the type of validation error, if any. Modified at 2026-02-02 22:10:25