We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37e83e commit 6dad003Copy full SHA for 6dad003
ui/components/data-tables/RELEASENOTES.md
@@ -4,6 +4,11 @@
4
5
<!-- ## [Unreleased] -->
6
7
+## 2.22.0
8
+
9
+### Changed
10
11
+- Removed `aria-label` from table header to prevent from reading twice headers.
12
## 2.17.0
13
14
### Added
ui/components/data-tables/index.jsx
@@ -205,7 +205,6 @@ export const ColumnTh = (props) => {
205
206
return (
207
<th
208
- aria-label={props['aria-label']}
209
aria-sort={getAriaSort()}
210
className={computedClasses}
211
scope="col"
0 commit comments