primevue-mirror/packages/primevue
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
..
scripts feat: Added utils methods to primevue package 2025-01-28 20:12:43 +00:00
src Fix: Trigger outsideClickListener in capture phase to handle stopPropagation 2025-02-11 18:34:43 +01:00
README.md Update README.md 2024-10-16 09:33:53 +03:00
package.json Fixed #7173 - Eslint 9 version update changes 2025-01-31 12:53:30 +03:00
rollup.config.mjs Fixed #7173 - Eslint 9 version update changes 2025-01-31 12:53:30 +03:00
tsconfig.json Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
vitest.config.js - confugure vitest 2024-08-01 15:32:14 +02:00

README.md

License: MIT npm version Discord Chat Prime Discussions

PrimeVue Hero

PrimeVue Website

PrimeVue is a rich set of open source UI Components for Vue. Visit the PrimeVue website for interactive demos, comprehensive documentation and additional resources.