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

multiple TreeSelect onChange params different #17572

Open
1 task
Enivia opened this issue Jul 10, 2019 · 1 comment
Open
1 task

multiple TreeSelect onChange params different #17572

Enivia opened this issue Jul 10, 2019 · 1 comment

Comments

@Enivia
Copy link

Enivia commented Jul 10, 2019

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

https://codepen.io/Enivia-Q/pen/GbzpPG

Steps to reproduce

  1. check tree nodes from drop-down list
  2. delete checked items from input box
  3. console.log(extra.allCheckedNodes)

What is expected?

change from drop-down list and input box but getting different-type nodes list

What is actually happening?

got same-type node list

Environment Info
antd 3.20.1
React 16.8.6
System Windows
Browser Chrome 75.0.3770.100
@dengfuping
Copy link
Contributor

  • Maybe TreeSelect should return same structure of extra.allCheckedNodes for indeterminate and checkAll node. There should be a discussion as it will be a break change.

image

image

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

5 participants