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

invalid tristate checked prop/attr #3

Open
mikrowelt opened this issue Sep 3, 2013 · 1 comment
Open

invalid tristate checked prop/attr #3

mikrowelt opened this issue Sep 3, 2013 · 1 comment
Labels

Comments

@mikrowelt
Copy link

Case 1:

  1. We have a a tristate tree with all checked false.
  2. We click the first parent checkbox and its checked by prop
  3. We click 1 child to make the parent indeterminate state and check prop of checkbox its still checked.

Case 2:

  1. We have a a tristate tree with all checked false.
  2. We click any child element to be checked so the parent becomes indeterminate
  3. parent checked state = false

So this to cases work different and its a bug...

case 2 is what it should be but case 1 is not valid... ineterminate cant be checked... becouse if submit form its not correct

And please add a function to activate indeterminate checkbox without adding a class...

@tsukasa1989
Copy link
Member

Thanks for the report. I am currently on vacantion and will look into it on saturday.

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

No branches or pull requests

2 participants