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

Select parent only #110

Open
mirhat opened this issue Mar 17, 2017 · 9 comments
Open

Select parent only #110

mirhat opened this issue Mar 17, 2017 · 9 comments
Assignees

Comments

@mirhat
Copy link

mirhat commented Mar 17, 2017

Is it possible to select parent only without propagating to children?

@alexandernst
Copy link
Owner

No, this is currently not possible. Nevertheless I might implement it. What is the use case for this?

@mirhat
Copy link
Author

mirhat commented Mar 17, 2017

If You have some kind of hierarchy (like goverment) where parent is independent of children.

@alexandernst
Copy link
Owner

Let me go through some questions.

Let's say that you have a hierarchy such as:

A (0) x
    a x
    b x
    c )0) x
        c1 x
        c2 x
    d x
B x
C x
D (0) x
    a
    b

What would you expect to happen when you click/check A? Should it say A (1) v? Or maybe A (0) v?

@mirhat
Copy link
Author

mirhat commented Mar 17, 2017

When you click on A it would turn to checked but a, b,c would all be unchecked.

@alexandernst
Copy link
Owner

Yes, that I understand, but what would the counter say? Would it say 1 or would it say 0?

@mirhat
Copy link
Author

mirhat commented Mar 17, 2017

In my case counter is not required, but in general I am not sure what it should be

@jonasmagas
Copy link

Solved?

@alexandernst
Copy link
Owner

not yet, I haven't had time to work on this.

@jonasmagas
Copy link

too bad! You did a good job so far

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants