Hello
I have 2 sets of tabs: I have 10 that deal with uploaded data and another 8 that only deal with manually input data. To separate these I have 2 tabs, with each containing one of the two sets.
For the most part they seem to work fine. However the tab that is picked in the one set of tabs “carries over” to the other.
So for example if I look at tab 4 on the one set when I switch back to the other set of tabs it automatically selects the 4th tab on the other set. This wouldn’t be too much of an issue except that it results in users being able to access tabs that they shouldn’t be able to (namely sheets that should only be accessed after data is uploaded becomes available)
I would expect that the two different sets of tabs should have no effect on each other.
Is this a bug or do I need to do something for Dash to not to work in this way.
Many Thanks