Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Two FormItems for the same field?

    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?

    #2
    Yes, that's pretty much what you'll have to do. Also, only one form that has this field should be a member of the ValuesManager, otherwise, you'll get warnings about bad usage.

    Comment

    Working...
    X