Replies: 1 comment
-
Hey! Just letting you know that this has been added: #2709 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The react Dialog component is useful for implementing different types of dialogs. There are of course many different types of dialogs, but WAI ARIA defines two main types:
At the moment though, the Dialog component forces the
role
attribute to bedialog
. This means that it cannot be used to implement a WAI ARIAalertdialog
type of dialog. Wondering if it would be possible to make therole
attribute configurable in some way through props.Beta Was this translation helpful? Give feedback.
All reactions