Skip to content
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

Unique selection #13

Closed
afifoperantic opened this issue Sep 3, 2018 · 1 comment
Closed

Unique selection #13

afifoperantic opened this issue Sep 3, 2018 · 1 comment

Comments

@afifoperantic
Copy link

Hi,

I would like to know :

  • if the unique selection option exists ie using radiobox instead of checkboxes

  • If the onSelect event can be triggered when a child were selected

Thanks,

@azizali
Copy link
Owner

azizali commented Sep 5, 2018

  1. if the unique selection option exists ie using radiobox instead of checkboxes
    No this does not exist right now.

  2. If the onSelect event can be triggered when a child were selected
    Whenever any node is checked/unchecked the onCheckToggleCb prop triggers.

The callback contains the node(s) which were checked/unchecked.

Here is the example:
http://azizali.com/react-super-treeview/examples/#checkbox

@azizali azizali closed this as completed Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants