Hello, if I have a series of DynamicForm components managed by a ValuesManager, and I want to apply the same *When condition to each form, there is no reference to the ValuesManager in the RuleContext of each DynamicForm. Would it be possible to add it?
Otherwise, I see that it's possible to use {fieldName: "dataSourceName.fieldName", operator: ... }, but this requires the fieldName to be present in every single DynamicForm. Is it the recommended approach indeed?
Otherwise, I see that it's possible to use {fieldName: "dataSourceName.fieldName", operator: ... }, but this requires the fieldName to be present in every single DynamicForm. Is it the recommended approach indeed?
Comment