Add onNodeDoubleClick event emitter to Tree component #17401
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
See PR #17284.
The PrimeNG Tree component lacks an event emitter for double-click events on nodes. Don't you think it would be nice to add this emitter?
It would work like
onNodeContextMenuSelect
emitter, except it's triggered when the user double click on a node.Usage example:
Event object:
The text was updated successfully, but these errors were encountered: