-
I have a UI that has Selects nested inside a Dropdown. In Is this a bug, or are Selects nested in Dropdowns not supported? If the latter, is there any plans to support them in the future? |
Beta Was this translation helpful? Give feedback.
Answered by
cdeutsch
May 20, 2022
Replies: 1 comment 1 reply
-
After spending some more time with this, switching to I guess |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cdeutsch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After spending some more time with this, switching to
Popover
solved my problem.I guess
Dropdown
is meant to be limited to the predefined children?