Skip to content

Commit b614720

Browse files
Merge pull request #519 from angelo-loria/v2
Fix: a11y - Add Missing aria-label to filter ActionIcon in MRT_TableHeadCell…
2 parents 1cde9fb + 3b37c74 commit b614720

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/mantine-react-table/src/components/head/MRT_TableHeadCellFilterLabel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export const MRT_TableHeadCellFilterLabel = <TData extends MRT_RowData>({
125125
withinPortal
126126
>
127127
<ActionIcon
128+
aria-label={filterTooltip}
128129
className={clsx(
129130
'mrt-table-head-cell-filter-label-icon',
130131
classes.root,

0 commit comments

Comments
 (0)