-
-
Notifications
You must be signed in to change notification settings - Fork 93
Description
Issue:
When removing a Tab other than the active Tab, the nearest Tab from the one removed shows instead of the Active tab.
This happens to me on page startup. On first page render I am removing tab 3 of 4 with the first tab set as active. When the page renders, the (former) fourth tab is showing rather than the first tab.
Expected behavior:
As long as the tab removed isn't the Active Tab, then the active Tab should always be shown.
gvreddy04