-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation of hidden fields on the form #1382
Comments
The same issue. Validation is activated independently on onvalidateWhenHidden = false parameter on fieldId: "clientId".
|
alfresco/forms/controls/BaseFormControl has an attribute "validateWhenHidden".
As I understand, it's expected, that if
validateWhenHidden: false
, then the field is always valid if it's hidden.Current behaviour:
Using
or
together with
makes the form invalid
The text was updated successfully, but these errors were encountered: