-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Tree组件的nzSelectedKeys值改变后没有取消上一次的选中状态 #5385
Comments
Translation of this issue:After nzSelectedKeys not change the value of the Tree component once checked on canceledReproduction linkHttps://stackblitz.com/edit/angular-hfslgp Steps to reproduceGive an initial value nzSelectedKeys What is expected?Before the selected canceled What is actually happening?Before or selected
|
…O#5431) * fix(module: tree): fix nzCheckStrictly and selected keys bug * fix(module: tree-select): fix wrong rendering with nzCheckable * fix(module: tree-select): fix unnecessary codes * fix(module: tree-select): fix node selection with nzCheckStrictly close NG-ZORRO#5385, close NG-ZORRO#5195, close NG-ZORRO#5068
Reproduction link
https://stackblitz.com/edit/angular-hfslgp
Steps to reproduce
先给nzSelectedKeys一个初始值
在setTimeout中给nzSelectedKeys设置一个新值
What is expected?
之前的选中状态取消
What is actually happening?
之前的还是选中状态
The text was updated successfully, but these errors were encountered: