Skip to content

Commit

Permalink
fix: add aria label to text input
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-cuppari committed Nov 1, 2023
1 parent e7115fa commit cccd197
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ export const MRT_FilterTextInput = <TData extends Record<string, any> = {}>({
const commonProps = {
disabled: !!filterChipLabel,
placeholder: filterPlaceholder,
'aria-label': filterPlaceholder,
title: filterPlaceholder,
onClick: (event: MouseEvent<HTMLInputElement>) => event.stopPropagation(),
onChange: setFilterValue,
Expand Down

0 comments on commit cccd197

Please sign in to comment.