The arguments validateHiddenFields, ignoreDSFields of the valuesmanager validate method are not delegated to the member forms validate method.
@See: ValidateManager.js@753
Is this by design?
@See: ValidateManager.js@753
Code:
var formSuccess = disableValidation ? true :
form.validate(true, true, typeValidationsOnly,
checkValuesOnly, skipServerValidation);