Hello,
I was wondering whether prototyping with variables is incompatible with interactive component states? Specifically, I wanted to create a one screen prototype using tab components such that when one tab is selected, all of the other tabs deselect. I was successful in doing so using the steps described below, but had to remove the prototyping connectors from my component. Is this a known issue, by design, or is there a way around it? Thanks in advance for any insight.
Â
- Added local boolean variables for Tab 1 Active, Tab 2 Active, Tab 3 active and set only Tab 1 to true.
- Then in design mode, I applied the variable to the component property for active state for each tab.
- In prototype mode added set variable actions on click to make the tab being clicked set the boolean variable to true, and false of each of the other tabs present in the prototype.