FormControlOptions
interface
Interface for options provided to a FormControl
.
API
Description
interface FormControlOptions { override updateOn?: "change" | "blur" | "submit";}}
Jump to details
Interface for options provided to a FormControl
.
interface FormControlOptions { override updateOn?: "change" | "blur" | "submit";}}