Skip to content
New issue

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

[insiders] ARIA attribute manually set on Listbox.Button is not rendered #3114

Open
benface opened this issue Apr 19, 2024 · 2 comments
Open

Comments

@benface
Copy link

benface commented Apr 19, 2024

What package within Headless UI are you using?

@headlessui/react

What version of that package are you using?

0.0.0-insiders.dcbcd79

What browser are you using?

Chrome

Reproduction URL

https://codesandbox.io/p/sandbox/amazing-glitter-forked-ctqf7f?file=%2Fsrc%2FApp.tsx%3A13%2C25

Describe your issue

Notice that the aria-describedby="description" attribute on Listbox.Button is not rendered.

However, if I add as={Fragment} to Listbox.Button and put the attribute on the child <button>, then it is rendered correctly.

@adrian527
Copy link

Can recreate an issue, work on it.

@adrian527
Copy link

Solution: #3119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants