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

Multicascader: checked status problem #1739

Closed
zuosiliang opened this issue Jun 16, 2021 · 1 comment
Closed

Multicascader: checked status problem #1739

zuosiliang opened this issue Jun 16, 2021 · 1 comment

Comments

@zuosiliang
Copy link

What version of rsuite are you using?

4.10.0

What version of React are you using?

16.13.1

What browser are you using?

chrome 91.0.4472.101

Describe the Bug

consider the data giving to multicascader, there are two nodes on the top level, the first node is the child of the second at the same time. if i checked the first one, the second becomes indeterminate State

Expected Behavior

the second node should be checked if i checked the first one.

To Reproduce

https://codesandbox.io/s/vibrant-spence-z3d5l

@simonguo
Copy link
Member

The value corresponding to valueKey must be a unique value in data. There should not be two identical ids between child and parent nodes

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