How to append menu using menuPortalTarget to anything except body? #5509
Unanswered
kpustakhod
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to append select menu to some particular HTMLElement on a page but not a body?
Here is a sandbox where i tried to append select menu to
#unique-id
container, but menu is appended inside select component container.If try to use
document.body
asmenuPortalTarget
then select menu is appended to body as expected, but not working with any other element on a page.Any ideas how i can append select menu to some particular element on a page?
Beta Was this translation helpful? Give feedback.
All reactions