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
TreeSelect
treeSelect的onChange回调不能把选项的完整对象传进去。 比如我选项的对象数据为{value: 1, label: 1, url: 'xxx'}。treeSelect的onChange入参里的data对象里有value和label,但是没有url没有带过来。
The text was updated successfully, but these errors were encountered:
已在#4771 修复~
Sorry, something went wrong.
YunMeng99
No branches or pull requests
Component
TreeSelect
Feature Description
treeSelect的onChange回调不能把选项的完整对象传进去。
比如我选项的对象数据为{value: 1, label: 1, url: 'xxx'}。treeSelect的onChange入参里的data对象里有value和label,但是没有url没有带过来。
The text was updated successfully, but these errors were encountered: