LmnValidateOnEvent
A type that represents the possible values for the validateOn
input of the
Presentation
type LmnValidateOnEvent = "blur" | "change" | "input " | "focus" | "focusout";
A type that represents the possible values for the validateOn
input of the
type LmnValidateOnEvent = "blur" | "change" | "input " | "focus" | "focusout";