-
Programmatically open the DropdownMenu component via bind:ref of DropdownMenu.Trigger doesn't work as expected. When programmatically click the Trigger, the content doesn't show up. Here is an example:
I know that is possible to open the menu via binding to open prop of DropdownMenu.Root. But I'd like the possibility to do also with the trigger. |
Beta Was this translation helpful? Give feedback.
Answered by
huntabyte
Mar 27, 2025
Replies: 1 comment 2 replies
-
It doesn't open on click, it opens on pointerdown 😃 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
fedebram
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It doesn't open on click, it opens on pointerdown 😃