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://stackblitz.com/edit/ng-zorro-tree-select-bug-report-demo
1、将下拉列表选择数据绑定至[nzNodes]属性; 2、从下拉列表中选择数据,或点击其它空白地方关闭下拉列表; 3、选中或关闭瞬间树结构突然完全展开,会“闪”一下。
正常选择,选中或关闭树结构时树结构显示状态不会发生改变。
选中或关闭树结构显示状态改变
The text was updated successfully, but these errors were encountered:
Normal selection, the tree structure display state will not change when the tree structure is selected or closed.
Check or close the tree structure to display status changes
Sorry, something went wrong.
看起来好像是动画引起的问题
fix via #3947
hsuanxyz
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/ng-zorro-tree-select-bug-report-demo
Steps to reproduce
1、将下拉列表选择数据绑定至[nzNodes]属性;
2、从下拉列表中选择数据,或点击其它空白地方关闭下拉列表;
3、选中或关闭瞬间树结构突然完全展开,会“闪”一下。
What is expected?
正常选择,选中或关闭树结构时树结构显示状态不会发生改变。
What is actually happening?
选中或关闭树结构显示状态改变
The text was updated successfully, but these errors were encountered: