Tabs component needs "Always show in edit mode"

I have added a tab to my tabs component. However it is not functional yet so I want keep it hidden until I am ready for users to see it.

Unfortunately there seems to be no "Always show in edit mode" type functionality like there is for most components.

If I mark the tab hidden, it disappears for me in the IDE. If I mark it disabled it is disabled for me as well as users. It seems to be impossible to work on it unless it is 100% visible. Am I missing something?

You can use retoolContext.inEditorMode and have your tab hidden if equals false...that way it will be visible in IDE and hidden for users

image

1 Like

Interesting! Hidden! I will give it a try. Thanks!