-
-
Notifications
You must be signed in to change notification settings - Fork 448
Closed
Labels
Description
<Tabs selectedIndex={1}>
<TabList>
<Tab>Disclosure Req.</Tab>
<Tab>Page Instructions</Tab>
</TabList>
<TabPanel>
<Instructions sectionName="DisclosuresRequirements" source="disclosures/instruction" />
</TabPanel>
<TabPanel>
<Tabs selectedIndex={1}>
<TabList>
<Tab>Disclosure Req.</Tab>
<Tab>Page Instructions</Tab>
</TabList>
<TabPanel>
<Instructions sectionName="DisclosuresRequirements" source="disclosures/instruction" />
</TabPanel>
<TabPanel>
<Instructions sectionName="EffortSummary" source="effort/instruction" />
</TabPanel>
</Tabs>
</TabPanel>
</Tabs>
When I click on inner second Tab it change parent second tab.
Who can help me with this problem?