I am using primeng tree component, and I need to edit the name of selected tree node inline. I have implemented rename of the node with another dialog box. but, I want to rename it inline.
Is it possible to rename the selected tree node?
I am using primeng tree component, and I need to edit the name of selected tree node inline. I have implemented rename of the node with another dialog box. but, I want to rename it inline.
Is it possible to rename the selected tree node?
Yes i have implemented same functionality in tree node,
you will face the actual issue in IE. IE wont allow to input any text when it is draggable so you need to make it false when click on it or so.