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 using there should be a way to add either a visual or hidden text for screen readers "Expanded" to allow that row to have a non-empty header.
Violates WCAG 2.0/2.1 1.3.1 Info and Relationships (Level A)
What version of the Carbon Design System are you using?
10.3.0 / React 7.3.0
What did you expect to happen?
That the <TableExpandHeader would give me the ability to add props for "setHeaderText("string") and showHeaderText(true/false). If setHeaderText is not empty, it would either visually show the text on the column header or if false, arrange that it is positioned off-left and readable by screen readers.
This change adds `children` prop support to `<TableExpandHeader>`. This
provides applications with more control so application can better
describe the expand cell.
Fixescarbon-design-system#5028.
This change adds `children` prop support to `<TableExpandHeader>`. This
provides applications with more control so application can better
describe the expand cell.
Fixes#5028.
Environment
Detailed description
When using there should be a way to add either a visual or hidden text for screen readers "Expanded" to allow that row to have a non-empty header.
Violates WCAG 2.0/2.1 1.3.1 Info and Relationships (Level A)
Steps to reproduce the issue
Additional information
Screenshots or code

Notes
The text was updated successfully, but these errors were encountered: