primevue-mirror/packages/primevue/src/menu
Mehdi Rande f6293cf4f5 Fix: Trigger outsideClickListener in capture phase to handle stopPropagation
This commit addresses the issue where the overlay in components does not hide
when clicking outside the component, if the click event is stopped using
stopPropagation on an element or its parents.

The solution changes the event listener for detecting outside clicks to be
triggered in the capture phase instead of the bubbling phase.
This ensures that the outside click is correctly detected even if
stopPropagation is called.
2025-02-11 18:34:43 +01:00
..
style fix: update '@primeuix/styles' imports to use 'style' instead of 'theme' across multiple components 2025-01-28 12:37:54 +00:00
BaseMenu.vue Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
Menu.d.ts feat(menu): add hide/show events to docs 2025-01-13 08:54:28 +01:00
Menu.spec.js - fix Menu.spec.js, Menubar.spec.js, Message.spec.js 2024-08-01 20:29:19 +02:00
Menu.vue Fix: Trigger outsideClickListener in capture phase to handle stopPropagation 2025-02-11 18:34:43 +01:00
Menuitem.vue Fixed #6692 2024-11-12 11:56:58 +03:00
package.json Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00