Skip to content

Commit c1915ff

Browse files
author
Luke Bowerman
authored
TabPanels shouldn't support taking focus (#1306)
1 parent 83b815c commit c1915ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/components/src/Tabs/TabPanels.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ const Layout: FC<TabPanelsProps> = ({
6767
className={className}
6868
id={`panel-${selectedIndex}`}
6969
role="tabpanel"
70-
tabIndex={selectedIndex}
7170
{...tabPanelsLayoutProps}
7271
>
7372
{clonedChildren}

0 commit comments

Comments
 (0)