Skip to content

Commit

Permalink
Tab: enable accessibleWhenDisabled specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Aug 20, 2024
1 parent 44ede08 commit 3128041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/tabs/tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const Tab = forwardRef<
const instancedTabId = `${ instanceId }-${ tabId }`;
return (
<StyledTab
accessibleWhenDisabled
ref={ ref }
store={ store }
id={ instancedTabId }
Expand Down

0 comments on commit 3128041

Please sign in to comment.