-
A
Validatablethat contains text to be validated.Declaration
Swift
public let validatable: ValidatorControl -
A
Validatorto use to validate text fromvalidatable.Declaration
Swift
public let validator: Validator
-
Checks the text from
validatableusingvalidatorfromFormEntry(NOT thevalidatorfromvalidatable).Declaration
Swift
public func checkConditions() -> [Condition]?Return Value
An array of conditions that were violated. If no conditions were violated then
nilis returned.
View on GitHub
FormEntry Structure Reference