Skip to content

Commit

Permalink
Merge pull request #668 from rlucke/issue-628
Browse files Browse the repository at this point in the history
add aria-live attribute
  • Loading branch information
lkiesow authored Jun 7, 2024
2 parents 54a36c9 + bdf7082 commit 2c09c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/shared/Notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ const Notifications : React.FC<{
</ul>
) : (
<ul
role="status"
aria-live="polite"
className={cn({
"global-notifications": true,
"notifications-top-left": globalPosition === "top-left",
Expand Down

0 comments on commit 2c09c55

Please sign in to comment.