We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What package within Headless UI are you using?
@headlessui/react and @headlessui/vue
What version of that package are you using?
v1.7.16
What browser are you using?
Chromium
Reproduction URL
https://stackblitz.com/edit/nuxtlabs-ui-6njwbz?file=app.vue
Describe your issue
Unable to create a Modal with an alertdialog role in order to implement the Alert Dialog pattern.
Modal
alertdialog
The text was updated successfully, but these errors were encountered:
role="alertdialog"
<Dialog>
Hey, thanks for brining this one up. We've added support for this in #2709, and it'll be available in the next release.
You can give this a try already by using our insiders build (it may take a few minutes to publish to NPM):
npm install @headlessui/react@insiders
npm install @headlessui/vue@insiders
Sorry, something went wrong.
thecrypticace
Successfully merging a pull request may close this issue.
What package within Headless UI are you using?
@headlessui/react and @headlessui/vue
What version of that package are you using?
v1.7.16
What browser are you using?
Chromium
Reproduction URL
https://stackblitz.com/edit/nuxtlabs-ui-6njwbz?file=app.vue
Describe your issue
Unable to create a
Modal
with analertdialog
role in order to implement the Alert Dialog pattern.The text was updated successfully, but these errors were encountered: