I have a set of forms split across different tabs using a values manager to edit values from a single data source record. I need to include the same data source field on two of the forms so the user can edit that field value on either one. That seems to work as far as getting the value to appear on both forms but when I change the value on one form the old value continues to appear on the other form.
Do I need to put a changed handler on each of the FormItems to set the value on the other when it is changed? Is there another approach I should be taking?
Do I need to put a changed handler on each of the FormItems to set the value on the other when it is changed? Is there another approach I should be taking?
Comment