Reports the current ValidationStatus
Set to true when the user has fixed all invalid validators. Undefined or false otherwise, including if the status changes after this point.
When true, there is nothing known to block validation. However, there are other factors to consider: there may be warning issues found or an async validator is still running. So check doNotSaveValueHosts as the ultimate guide to saving. When false, there is at least one validation error.
Determines if a validator doesn't consider the ValueHost's value ready to save based on the latest call to validate(). (It does not run validate().) True when ValidationStatus is Invalid or NeedsValidation on individual validators.
All issues current found (except ValueHosts not matching the validation group which are excluded.) Includes issues found by setBusinessLogicErrors too. If none, it is null
When true, an async Validator is running
Generated using TypeDoc v0.25.12
The value returned by onValueHostValidationStateChanged. It includes all issuesfound and businesslogicerrors as compared to validate() which is limited to just the issuesfound.