Tab Container Persective Placing Items in All Tabs

I am trying to use the tab contained for an I/O screen but if i place something in tab 0 it also places in tab 1, 2, 3 etc, and same for if i delete anything from any of them, in the inductive university video the guy just changed which tab he is on and was able to edit them without it affecting the others, does anyone know why this is case?

I can't reproduce the behaviour.

  1. What version?
  2. Tab Container view or Tab Container component?

Tip: use full stop / period to mark the end of your sentences rather than commas. It's a difficult read otherwise.

8.1, tab container component, when i set the currentTabIndex to 0 1 2 3 etc components stay the same across all tabs

Check the silly stuff!

  • Are you dropping the components in the Tab Container component or on top of the Tab container ?
    (If so, the component isn't in a tab - it's in the root.)

  • Did you Deep Select the TabContainer before dropping the component?

Yes, I was dropping components into the tab container and I was deep selected on it, however if drag a coordinate container onto the tab it doesnt allow me to resize it instead it takes position of the full window and by just putting coordinate containers and changing the tabindex was the only way it seemed to work. Thank you

... however if drag a coordinate container onto the tab it doesnt allow me to resize it instead it takes position of the full window...

That is by design. The Tab Container itself is not a coordinate container so whatever is dropped on it will fill it. Try dropping an icon onto it.

... and by just putting coordinate containers and changing the tabindex was the only way it seemed to work.

This is not clear. I don't know what you were expecting or what you saw.