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

No aria-activedescendant on input #142

Closed
leo-petrucci opened this issue May 26, 2023 · 2 comments
Closed

No aria-activedescendant on input #142

leo-petrucci opened this issue May 26, 2023 · 2 comments

Comments

@leo-petrucci
Copy link

I'm using cmdk within a Radix Popover. Looks just like the example:

https://codesandbox.io/p/sandbox/radix-dropdown-combobox-forked-j8jjph?file=%2Fsrc%2FApp.tsx%3A22%2C49

For some reason, my input doesn't seem to have an aria-activedescendant value on it, so when I use the arrow keys up and down to select different values it doesn't read them out to me.

Is this a feature we should implement ourselves? The examples on the site have the attribute so I assumed it was built in.

Is this something that broke at some point?

@joaom00
Copy link
Contributor

joaom00 commented May 26, 2023

Hey @leo-petrucci,

That was fixed in #108 and will be in the next release!

@leo-petrucci
Copy link
Author

Hey @leo-petrucci,

That was fixed in #108 and will be in the next release!

Thought it might be something like that! Ended up copying over the source and it worked just fine.

Thank you, I'll keep an eye on the releases!

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