status role has been added for the screen reader to announce the status message displayed (#1697)

This commit is contained in:
MokireddySampath
2024-01-04 19:34:26 +05:30
committed by GitHub
parent ad1391f623
commit a7e5ff2a9f
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ export const CopyPopup = ({
return showCopyPopup ? (
<Stack
role="status"
style={{
position: "fixed",
width: 345,