I’m trying to set up a UI with some tabbed parts, and I hit a roadblock.
To know which inputs need to be harvested and used further down in the interface, I need to know what tab the user has selected, but there doesn’t seem to be any way to do that.
It seems like I need to “branch” the whole interface downstrean of each tab because of this.