You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DialogContent component is currently used without a DialogTitle. This lack of a title compromises accessibility for screen reader users, who rely on a clear identifier for the dialog. While DialogTitle is a recommended practice, there may be scenarios where a visible title is not desired.
Steps to Reproduce
1 .Use the DialogContent component without a DialogTitle.
2 . Open the dialog and test it with a screen reader (e.g., VoiceOver, NVDA).
3 . Observe that the screen reader does not announce a title for the dialog, making it difficult to understand its purpose.
Screencast.from.2024-10-16.10-26-34.webm
The text was updated successfully, but these errors were encountered:
Description
The
DialogContent
component is currently used without aDialogTitle
. This lack of a title compromises accessibility for screen reader users, who rely on a clear identifier for the dialog. WhileDialogTitle
is a recommended practice, there may be scenarios where a visible title is not desired.Steps to Reproduce
1 .Use the
DialogContent
component without aDialogTitle
.2 . Open the dialog and test it with a screen reader (e.g., VoiceOver, NVDA).
3 . Observe that the screen reader does not announce a title for the dialog, making it difficult to understand its purpose.
Screencast.from.2024-10-16.10-26-34.webm
The text was updated successfully, but these errors were encountered: