The result isn't enough to block saving. For example, "Person is under age 18. Please confirm with Parent."
The result will block saving. Validation process will continue to the next validator in the ValidatableValueHost.Validators list.
The result will block saving. Validation process will stop, leaving remaining validators set to 'ValidationStatus.Undetermined'. Its best to put these early in the list of ValidatableValueHost.Validators. It is the default for validators with Category = Require and DataTypeCheck (RequireTextCondition and DataTypeCheckCondition).
Generated using TypeDoc v0.25.12
Determines how a Validator will behave when a Condition evaluates as NoMatch. It may show error messages, prevent further evaluation of conditions on the same ValueHost, and block saving.