I have multiple components that use another component as a child, not to generate all the content but it is a child component we recognized needed to be used multiple times so we created a child component that is being included:
The problem that I have run into is that in TouchUI the children component does not render its edit dialog when prompted. Has anyone run into this issue? Is there an extra property that must be set and that I may be missing or is this not allowed for touchUI?
I have tried to activate different components that may provide this feature but the ones that come close edit extra information in tabs rather than allowing them to act independently. This may be more of a ClassicUI use.