Skip to content

Interface: FieldValidationState

API / @xmachines/play-dom / FieldValidationState

Defined in: @xmachines/json-render-dom

Per-field validation state. Mirrors FieldValidationState in @xmachines/json-render-react’s ValidationProvider.

Properties

PropertyTypeDescriptionDefined in
resultValidationResult | nullResult of the last validation, or null when only touched.-
touchedbooleanThe field has been interacted with.-
validatedbooleanThe field has been validated at least once.-