You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way in the directive to allow for nodes to become editable inline either via a button or clicking on the node itself?
The expected behavior would be a user clicks on the node text and it turns into an input box. When the user clicks out of the input box, the node text is updated with the user's value.
Thank you!
The text was updated successfully, but these errors were encountered:
Should not be hard to do. You can use the item template to create this
logic and update the node. Once the node is updated, the tree will be
updated as well.
On Sep 6, 2017 22:11, "Hasan Shingieti" ***@***.***> wrote:
Is there a way in the directive to allow for nodes to become editable
inline either via a button or clicking on the node itself?
The expected behavior would be a user clicks on the node text and it turns
into an input box. When the user clicks out of the input box, the node text
is updated with the user's value.
Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#281>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABDlJ2yE1ZS2O3kKMKspy_eHU1aOUUTjks5sfu5hgaJpZM4PO1wS>
.
Is there a way in the directive to allow for nodes to become editable inline either via a button or clicking on the node itself?
The expected behavior would be a user clicks on the node text and it turns into an input box. When the user clicks out of the input box, the node text is updated with the user's value.
Thank you!
The text was updated successfully, but these errors were encountered: