I made a very basic example (see upload) where I am trying to show and hide some widgets depending on the selection from a single selection widget.
If I select option A, widget A gets shown and B is hidden. However, when I then select B, widget B remains hidden. If I re-select widget A, view A is shown again.
When option B is my default in the single selection widget, it is the other way around.
Is this a limitation of the system, or am I doing something wrong?
Do you mean if you have two components? You might want to go with a conditional logic here and run either one or the other component. Look into the IF Switch Node
No I meant when I turn “A” to a component. My flow variable still comes through, and in the layout it is showing when it is supposed to show, but the widget is not present in the actual interface.
Maybe I don’t understand what you’re planning. You can’t show a composite view of a component inside a component. If I misunderstood something, can you provide more background about the expected outcome?