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

n-tree 组件能加入 取消选中状态的功能吗?不然只能使用v-if来取消,很不方便 #5372

Closed
ghost opened this issue Nov 8, 2023 · 8 comments
Labels
feature request New feature or request

Comments

@ghost
Copy link

ghost commented Nov 8, 2023

This function solves the problem (这个功能解决的问题)

n-tree 组件能加入 取消选中状态的功能吗?不然只能使用v-if来取消,很不方便

Expected API (期望的 API)

n-tree 组件能加入 取消选中状态的功能

@github-actions github-actions bot added the feature request New feature or request label Nov 8, 2023
@jizai1125
Copy link
Contributor

没太懂啥意思,现在不是能取消选中么

@ghost
Copy link
Author

ghost commented Nov 9, 2023

没太懂啥意思,现在不是能取消选中么

现在确实是不能手动取消选中状态,如果有的话,请告知一下谢谢!我看了好久文档

@jizai1125
Copy link
Contributor

QQ20231109-204705-HD.mp4

这不是么

@ghost
Copy link
Author

ghost commented Nov 10, 2023

QQ20231109-204705-HD.mp4
这不是么

您好,您误解我的意思了,是这个不能手动取消掉
image
目前我想点击list取消上一个的状态,方法是用v-if这样来取消,但是这样做肯定是不对的

@ghost
Copy link
Author

ghost commented Nov 10, 2023

QQ20231109-204705-HD.mp4
这不是么

您好,您误解我的意思了,是这个不能手动取消掉 image 目前我想点击list取消上一个的状态,方法是用v-if这样来取消,但是这样做肯定是不对的

比如我想在这个组件外面做一个按钮,点击一下全选,在点击一下全不选,我看了很久的文档目前好像是做不到,如果您有方法请告知一下,谢谢!

@jizai1125
Copy link
Contributor

QQ20231109-204705-HD.mp4
这不是么

您好,您误解我的意思了,是这个不能手动取消掉 image 目前我想点击list取消上一个的状态,方法是用v-if这样来取消,但是这样做肯定是不对的

比如我想在这个组件外面做一个按钮,点击一下全选,在点击一下全不选,我看了很久的文档目前好像是做不到,如果您有方法请告知一下,谢谢!

你自己控制 checked-keys 值就可以了

@ghost
Copy link
Author

ghost commented Nov 10, 2023

QQ20231109-204705-HD.mp4
这不是么

您好,您误解我的意思了,是这个不能手动取消掉 image 目前我想点击list取消上一个的状态,方法是用v-if这样来取消,但是这样做肯定是不对的

比如我想在这个组件外面做一个按钮,点击一下全选,在点击一下全不选,我看了很久的文档目前好像是做不到,如果您有方法请告知一下,谢谢!

你自己控制 checked-keys 值就可以了

多谢,谢谢提醒,已经实现了
image

@ghost ghost closed this as completed Nov 10, 2023
@jizai1125
Copy link
Contributor

jizai1125 commented Nov 10, 2023

@Mylinaa 可以直接双向绑定更简单一点 v-model:checkedKeys,所有组件只要有对应的 xxx属性和 onUpdateXxx 都可以直接使用双向绑定

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant