-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add a onNodeSelected callback #12
Comments
Here is the example of that When a note is checked this callback gets triggerred You can write a function that will run every time something is checked/unchecked. Also this component has multi-check option. You can press |
Is there a way to hide the checkboxes, while keeping the same behavior ? |
Something puzzles me. Using your example, if I click anywhere on a node line (starting from the checkbox and ending with the X mark), the callback is fired. In my case, the event is fired only if I click on the check box. The only difference I see is that i set isDeletable to false.... |
Oh so like making the select feature on click of the label and not show the
check box?
This is not currently possible but I can add that in the next version.
…On Wed, Aug 29, 2018, 10:03 AM Gervasoni ***@***.***> wrote:
Is there a way to hide the checkboxes, while keeping the same behavior ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACfoLKq3bNVf2CqtiXL1l2Z-fd9PLFo5ks5uVq0ugaJpZM4WPvyT>
.
|
That would be great :)
Le mer. 29 août 2018 à 17:49, Aziz Ali <[email protected]> a écrit :
… Oh so like making the select feature on click of the label and not show the
check box?
This is not currently possible but I can add that in the next version.
On Wed, Aug 29, 2018, 10:03 AM Gervasoni ***@***.***> wrote:
> Is there a way to hide the checkboxes, while keeping the same behavior ?
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#12 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/ACfoLKq3bNVf2CqtiXL1l2Z-fd9PLFo5ks5uVq0ugaJpZM4WPvyT
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQztPT6xE2mXmDauAlfVbkmZLhNmMoxks5uVrfzgaJpZM4WPvyT>
.
|
Agreed, I would like this feature as well. |
any update on this feature? |
HI @azizali , is there a update on this feature? |
Maybe i am missing something, but i could not find a way to trigger some actions when a node is selected ( In the following example, when by example "Titre 1" is selected)
The text was updated successfully, but these errors were encountered: