Skip to content

Commit

Permalink
Removed Aria-hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
CassidyJensen authored and emyarod committed Dec 1, 2020
1 parent cdba001 commit 3f446e7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const TableToolbarSearch = ({
className={className}
value={value}
id={typeof id !== 'undefined' ? id : uniqueId.toString()}
aria-hidden={false}
labelText={labelText || t('carbon.table.toolbar.search.label')}
placeHolderText={
placeHolderText || t('carbon.table.toolbar.search.placeholder')
Expand Down

0 comments on commit 3f446e7

Please sign in to comment.