What is the best way to handle tables that contain forms? I’m getting naming conflicts that are resulting in [object Object] being added to hidden fields.
For example - I have a form where I’m left-joining to get items assigned:
In my table, I’m binding to a server connect object that does a left join to the fields I want populated. Basically, when someone clicks ‘enabled’ - I want to add a new record to the table.
However, when I’m databinding the hidden field, it’s binding to something else on the page.
Here’s what’s happening:
I’ve tried using this pattern:
but it’s not rendering correctly:
Community Page
Last updated:
Last updated: