Hi all,
I need to be able to bind multiple sets of text-fields together so that each set always has the same value. The idea is that I have a table where a user enters values such as a product name, and then on another page, where they enter information about the product, there is a header with the product name that is bound to the first text-field so the user does not have to enter information twice. The problem is that both instances of the text-field are repeatable. I have them each set in a table row that is repeatable, so the user can add as many instances as they want.
Are there any solutions to this?