TreeTable: event propagation issue #4010
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
If you click on the toggle icon of a tree table row, since version 3.27.0 not only the
node-expand
event but also thenode-select
event is triggered.Reproducer
https://stackblitz.com/edit/d4dusw-fhsgqf?file=src%2FApp.vue,package.json,index.html
PrimeVue version
3.29.2
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Only the
node-expand
event should be fired,node-select
should only be fired when you click on a line and not on the toggle icon.The text was updated successfully, but these errors were encountered: