Is it able to use RadioGroup in Menu? #6877
Unanswered
CurryYangxx
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Unfortunately, that's a invalid aria. You cannot have interactive children inside menu items. If you'd like more information, there are a few other discussions in the repo. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to use RadioGroup in Menu like this:
But the change event in RadioGroup will not be triggered. Only the onAction callback will execute.
Beta Was this translation helpful? Give feedback.
All reactions