Any news on this topic?
Announcement
Collapse
No announcement yet.
X
-
You still haven't provided code to analyze and we're having trouble understanding what issue you perceive here.
A *single* CanvasItem knows when the value is applied because of the showValueHandler.
If there's an interdependency between two or more fields, we would expect you to create a subclass of DynamicForm to handle this. There, you could have your own version of setValues() that all of your code calls.
Are you saying you'd like to see an event fired in this circumstance so you don't have to have your own version of setValues()?
Comment
-
setValues() cannot be overridden, we were suggesting creating your own variant of setValues() (called something else) which your code then consistently calls.
So you're saying you want to create this behavior on individual DynamicForms, but also use them in a ValuesManager, so calling your own variant of setValues() won't work for this scenario?
Comment
Comment