primevue-mirror/packages
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
..
auto-import-resolver Fixed #7173 - Eslint 9 version update changes 2025-01-31 12:53:30 +03:00
core Refactor #7173 2025-01-31 12:56:33 +03:00
forms Refactor #7173 2025-01-31 12:56:33 +03:00
icons Fixed #7173 - Eslint 9 version update changes 2025-01-31 12:53:30 +03:00
metadata Fixed #7173 - Eslint 9 version update changes 2025-01-31 12:53:30 +03:00
nuxt-module Fixed #7173 - Eslint 9 version update changes 2025-01-31 12:53:30 +03:00
primevue Fix: Trigger outsideClickListener in capture phase to handle stopPropagation 2025-02-11 18:34:43 +01:00
themes Fixed #7173 - Eslint 9 version update changes 2025-01-31 12:53:30 +03:00