Skip to content

Commit

Permalink
docs(MessageBar): Add reference to AriaLiveAnnouncer (#32867)
Browse files Browse the repository at this point in the history
  • Loading branch information
ling1726 authored Sep 19, 2024
1 parent fc04799 commit f275490
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Communicates important information about the state of the entire application or surface.
For example, the status of a page, panel, dialog or card. The information shouldn't require someone
to take immediate action, but should persist until the user performs one of the required actions.

> ⚠️ For `aria-live` announcements to work correctly you should configure you application with a
> <a href="https://react.fluentui.dev/?path=/docs/utilities-aria-live-arialiveannouncer--docs">AriaLiveAnnouncer</a>
> towards the top of the React tree.

0 comments on commit f275490

Please sign in to comment.