Hi,
isc.version == "v11.1p_2017-08-29/LGPL Deployment"
I have databound ValuesManager with field {multiple: true, type: "integer"}.
That field is not used in any of ValuesManager.members, has not been changed and contains for example [ 1, 2 ];
When I am trying to validate values of ValuesManager it tries to validate that field's value as whole without validating value by value.
I have seen in the code that setting validateEachItem = true for that field helps, but it is not documented.
Is this good solution?
Best regards,
Janusz
isc.version == "v11.1p_2017-08-29/LGPL Deployment"
I have databound ValuesManager with field {multiple: true, type: "integer"}.
That field is not used in any of ValuesManager.members, has not been changed and contains for example [ 1, 2 ];
When I am trying to validate values of ValuesManager it tries to validate that field's value as whole without validating value by value.
I have seen in the code that setting validateEachItem = true for that field helps, but it is not documented.
Is this good solution?
Best regards,
Janusz
Comment