Reference

FormValidateMode

Names the form events that can trigger validation.

Signature

type FormValidateMode = "change" | "blur" | "submit"