Skip to content

Commit

Permalink
fix: add aria label to text input (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Cuppari <alessandro.cuppari@broadridge.com>
  • Loading branch information
alessandrojcm and alessandro-cuppari authored Nov 1, 2023
1 parent 84a8935 commit 282c22e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export const MRT_FilterTextInput = <TData extends Record<string, any> = {}>({
disabled: !!filterChipLabel,
placeholder: filterPlaceholder,
title: filterPlaceholder,
'aria-label': filterPlaceholder,
onClick: (event: MouseEvent<HTMLInputElement>) => event.stopPropagation(),
onChange: setFilterValue,
value: filterValue,
Expand Down

0 comments on commit 282c22e

Please sign in to comment.