We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://ant.design/~demos/tree-select-demo-multiple
Select "parent 1-0", "my leaf" and "your leaf" from the items in the TreeSelect
All 3 selected items to appear in the input field
One of the items is not added to the input field
Which item is missing will depend on the order in which you select the items
The text was updated successfully, but these errors were encountered:
multiple mode should not merge value like checkable
multiple
checkable
Sorry, something went wrong.
!treeCheckable
Successfully merging a pull request may close this issue.
Reproduction link
https://ant.design/~demos/tree-select-demo-multiple
Steps to reproduce
Select "parent 1-0", "my leaf" and "your leaf" from the items in the TreeSelect
What is expected?
All 3 selected items to appear in the input field
What is actually happening?
One of the items is not added to the input field
Which item is missing will depend on the order in which you select the items
The text was updated successfully, but these errors were encountered: