Skip to content

Commit

Permalink
fix(tearsheet): implement a workaround (carbon-design-system#5960)
Browse files Browse the repository at this point in the history
Co-authored-by: David Menendez <[email protected]>
  • Loading branch information
makafsal and davidmenendez authored Aug 30, 2024
1 parent b70d54f commit c7d1ef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const mainContent = (
const tabs = (
<div className="tearsheet-stories__tabs">
<Tabs onChange={action('Tab selection changed')}>
<TabList aria-label="Tab list">
<TabList aria-label="Tab list" tabIndex={-1}>
<Tab>Tab 1</Tab>
<Tab>Tab 2</Tab>
<Tab>Tab 3</Tab>
Expand Down

0 comments on commit c7d1ef3

Please sign in to comment.