Static
checkStatic
listStatic
listList all required fields of the form
Optional
filter: { 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
Static
setStatic
suspendStops (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
Static
validateValidate 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.