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组件的value目前是只返回选中的节点的key,想要类似cascader一样的返回从一级开始的包含父级key的数组形式的value。比如
目前value是'my leaf',希望可以是['root1', 'parent1', 'parent1-0', 'my leaf]这样。
可以加个配置项,决定返回值是哪种形式
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem does this feature solve?
TreeSelect组件的value目前是只返回选中的节点的key,想要类似cascader一样的返回从一级开始的包含父级key的数组形式的value。比如
目前value是'my leaf',希望可以是['root1', 'parent1', 'parent1-0', 'my leaf]这样。
What does the proposed API look like?
可以加个配置项,决定返回值是哪种形式
The text was updated successfully, but these errors were encountered: