condition.form.hasValidator

Form: Field Has Validator?

Takes a property (dotted path supported) and renders the then-child if the property at the given path has any

Arguments

then

DataType
mixed
Required
false
Description
Value to be returned if the condition if met.

else

DataType
mixed
Required
false
Description
Value to be returned if the condition if not met.

property

DataType
string
Required
false
Description
The property name, dotted path supported, to determine required.

validatorName

DataType
string
Required
false
Description
The name of the validator that must exist for the condition to be true.

object

DataType
mixed
Required
false
Description
Optional object - if not specified, grabs the associated form object.