StaticcheckChecks if the form is valid.
StaticlistList all invalid fields of the form
Optionalfilter: { onlyFullfilled?: boolean }set filter to onlyFullfilled to get only fullfilled fields
StaticlistList all required fields of the form
Optionalfilter: { onlyFilled?: boolean; onlyFullfilled?: boolean; onlyUnfilled?: boolean }set filter to onlyFullfilled to get only fullfilled fields, set filter to onlyUnfilled to get only unfilled fields, set filter to onlyFilled to get only filled fields
StaticsetProcesses all conditions and sets the status of the form
StaticsuspendStops (or enables) processing conditions and setting the status of the form. Use with caution and always set back with suspendStatus(false) or enableProcessing();
boolean, default = true, suspending (true) or enabling processing of conditions and status of the form
StaticvalidateValidate the current form
set to false to validate the form with form validation
set to true to suppress log messages
Static properties and methods related to the form status.