Skip to content

Commit

Permalink
fix #589 add aria-hidden when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Apr 20, 2021
1 parent 0bdae30 commit 42a35a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export function ProgressBar({
return (
<div
role="progressbar"
aria-hidden={hide ? 'true' : 'false'}
className={classNames}
style={style}
{...animationEvent}
Expand Down

0 comments on commit 42a35a5

Please sign in to comment.