hof 20.1.15 → 20.1.17
Sign up to get free protection for your applications and to get access to all the features.
@@ -63,7 +63,8 @@ function validate(fields) {
|
|
63
63
|
debug(`Validating field: "${key}" with value: "${value}"`);
|
64
64
|
|
65
65
|
function shouldValidate() {
|
66
|
-
|
66
|
+
// validationLink used to validates multiple dependent fields in checkbox-group
|
67
|
+
let dependent = fields[key].dependent || fields[key].validationLink;
|
67
68
|
|
68
69
|
if (typeof dependent === 'string') {
|
69
70
|
dependent = {
|