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

Use user aria-describedby attr in case of our undefined #3119

Closed
wants to merge 1 commit into from

Conversation

adrian527
Copy link

If a user manually adds the aria-describedby attribute to the ListBox component, it is not displayed in the DOM button element.

This issue was reported here: #3114.

Problem: The aria-describedby property of ourProps object overwrites the property of theirProps object, even if our value is undefined.

Solution: If our value is undefined, use the user's value.

Copy link

vercel bot commented Apr 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
headlessui-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 11:59am
headlessui-vue ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 11:59am

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

Successfully merging this pull request may close these issues.

None yet

1 participant