setValidatorValue
Updating a validator with a new target value
Parameters
controlId - Id of the control from which a validator is to be changed
validatorType - Type of the validator (e.g. vat, greaterThen, lessThen ...)
value - The new value
value2 - (optional) If the validator has two values, e.g. min and max, the second value can be passed here
Example
Last updated