You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the accessibility checker, we run into an issue involving <Tab> component in which the layer the issue is occuring cannot be accessed.
The <div> with role="tabpanel" cannot be manipulated to add prop title or label to fix this issue.
The text was updated successfully, but these errors were encountered:
@Pasoon is this an issue with Carbon Tabs or are you using one of the components published by this package? Where are you importing the Tab component from?
@lee-chase we are importing it like so import { Row, Column, Tabs, Tab, Card, InlineNotification, /* future consideration: , ColumnWithBorder, RowWithBorderContainer */ } from '@carbon/ibm-security';
When running the accessibility checker, we run into an issue involving



<Tab>
component in which the layer the issue is occuring cannot be accessed.The
<div>
withrole="tabpanel"
cannot be manipulated to add prop title or label to fix this issue.The text was updated successfully, but these errors were encountered: