From 312804105575044a83d6086268ec50cee4da26bb Mon Sep 17 00:00:00 2001 From: Marin Atanasov <8436925+tyxla@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:30:46 +0300 Subject: [PATCH] Tab: enable accessibleWhenDisabled specifically --- packages/components/src/tabs/tab.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/tabs/tab.tsx b/packages/components/src/tabs/tab.tsx index e1aa85c636cdd1..8ab67e1ca96414 100644 --- a/packages/components/src/tabs/tab.tsx +++ b/packages/components/src/tabs/tab.tsx @@ -26,6 +26,7 @@ export const Tab = forwardRef< const instancedTabId = `${ instanceId }-${ tabId }`; return (