primereact icon indicating copy to clipboard operation
primereact copied to clipboard

TreeSelect is missing onNodeClick and onNodeDoubleClick callbacks

Open A-Posthuman opened this issue 8 months ago • 1 comments

Describe the bug

These 2 callbacks are available to use in the underlying Tree components, and I need to be able to use them in my app so that when a user clicks on a node or double clicks it causes the node to open or close. Please consider adding access to these via the TreeSelect component.

Reproducer

No response

PrimeReact version

10.6.6

React version

18.x

Language

ALL

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

A-Posthuman avatar Jun 20 '24 20:06 A-Posthuman