-
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
Select dropdown bug in popover #1643
Comments
I meet same problem as you,I just use css to modify the z-index temporarily,but it works not very good |
will be fixed in next version, thanks for your feedback. |
@vthinkxie 请问有没有什么办法可以临时解决以下呢 |
@super3s1988 手动修改z index |
@vthinkxie how do you manually modify |
@ViewChild(NzSelectComponent) nzSelectComponent:NzSelectComponent; you can get cdkConnectedOverlay like this.nzSelectComponent.cdkConnectedOverlay |
@ViewChild(NzSelectComponent) childComponent: NzSelectComponen 所以我不得不自定义了模板变量 (开发环境和正式环境就都正常了) 不知道 是ng-zorro-antd 的问题,还是 --prod编译的问题 |
我也遇上了。@ViewChild / @ViewChildren / @ContentChild / @ContentChildren 只要是ng-zorro-antd的控件都是undefined,而其它第三方控件卻沒問題。 |
@lopn @tommas3210 plz track #2696 |
Version
1.0.0
Environment
Stable release
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-popover-select-bug
Steps to reproduce
What is expected?
Select options should be rendered above popover
What is actually happening?
Select options is getting rendered below popover
Other?
This issue first appeared since 0.7.0 release and has percolated in all further releases. However, this was working fine till 0.7.0-beta.5
The text was updated successfully, but these errors were encountered: