We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f25c90 commit e553abcCopy full SHA for e553abc
src/TreeView/TreeView.tsx
@@ -81,7 +81,7 @@ const Root: React.FC<TreeViewProps> = ({'aria-label': ariaLabel, 'aria-labelledb
81
return (
82
<RootContext.Provider value={{announceUpdate}}>
83
<>
84
- <VisuallyHidden role="status" aria-live="polite">
+ <VisuallyHidden role="status" aria-live="polite" aria-atomic="true">
85
{ariaLiveMessage}
86
</VisuallyHidden>
87
<UlBox
0 commit comments