-
Hello everyone, the default behavior from How can I achieve the behavior of always needing to click to open the menu? Basically disabling the hover. |
Beta Was this translation helpful? Give feedback.
Answered by
joaom00
Jul 6, 2023
Replies: 1 comment
-
You can add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mbaldas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add
onPointerEnter={event => event.preventDefault()}
onTrigger
https://codesandbox.io/p/sandbox/awesome-lederberg-stgr35?file=%2FApp.jsx%3A16%2C53-16%2C101