[Menu] Trigger's default behavior cannot be prevented #1441
Labels
bug 🐛
Something doesn't work
component: menu
This is the name of the generic UI component, not the React module!
Calling
preventBaseUIHandler
in MenuTrigger'sonMouseDown
doesn't prevent the menu from opening.Repro: https://codesandbox.io/p/sandbox/winter-cloud-7kyh2j?file=%2Fsrc%2FApp.tsx%3A7%2C16
This happens because events coming from Floating UI are not merged with
mergeReactProps
.The text was updated successfully, but these errors were encountered: