-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
[radio] keyboard navigation not fired when using react-aria-components
#1605
Labels
bug
Something isn't working
Comments
capricorn86
added a commit
that referenced
this issue
Feb 23, 2025
…used it not to work according to spec
capricorn86
added a commit
that referenced
this issue
Feb 23, 2025
…used it not to work according to spec
Thank you for reporting @csantos-nydig! 🙂 This has been fixed now in v17.1.4. |
capricorn86
added a commit
that referenced
this issue
Feb 24, 2025
…nput inside of a label (#1743) * fix: [#1605] Fixes issue when using filtering in TreeWalker, which caused it not to work according to spec * fix: [#1605] Fixes issue when using filtering in TreeWalker, which caused it not to work according to spec * chore: [#1614] Fixes issue where input change event wasnt triggered when clicking on an element inside of a label * chore: [#1614] Fixes issue where input change event wasnt triggered when clicking on an element inside of a label
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
when using
RadioGroup
from react-aria-components and trying to navigate using keyboard (ArrowDown
) the selection does not change.To Reproduce
Steps to reproduce the behavior:
npm run test
Expected behavior
I'd expect it to work in HAPPY-DOM
Additional context
I don't think this is an error in react-aria-components per se, because their components work fine in JSDOM; but my guess is that they are using some APIs that are not yet supported by HAPPY-DOM
I'm cross-linking both issues, so hopefully we can collaborate and see what needs to be done and where 🙏 adobe/react-spectrum#7358
The text was updated successfully, but these errors were encountered: