You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Bind variable to [(nzVisible)] & log the nzVisibleChange using (nzVisibleChange)="onNzVisibleChange()"
3. Close Modal using NzModalService closeAll() method.
4. Variable Bind to the [(nzVisible)] doesn't change.
5. In version 8.3.0, [(nzVisible)] will set variable to FALSE in case of closeAll() method call.
What is expected?
On NzModalService closeAll() method call [(nzVisible)] should set bind variable to FALSE..
Behavior of [(nzVisible)] should be same as the ant version 8.3.0
What is actually happening?
On NzModalService closeAll() method call [(nzVisible)] does not set bind variable to FALSE..
Environment
Info
ng-zorro-antd
9.3.0
Browser
Chrome
This issue persist in V 9.3.0 & V ^11.0.0
The text was updated successfully, but these errors were encountered:
saurabh47
changed the title
nzVisible not setting to false after calling this.modalService.closeAll()
[(nzVisible)] not setting to false after calling this.modalService.closeAll()
Jan 7, 2021
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-ivy-l8c6fo?file=src/app/app.component.ts
Steps to reproduce
1.Create Modal using tag
2. Bind variable to [(nzVisible)] & log the nzVisibleChange using (nzVisibleChange)="onNzVisibleChange()"
3. Close Modal using NzModalService closeAll() method.
4. Variable Bind to the [(nzVisible)] doesn't change.
5. In version 8.3.0, [(nzVisible)] will set variable to FALSE in case of closeAll() method call.
What is expected?
On NzModalService closeAll() method call [(nzVisible)] should set bind variable to FALSE..
Behavior of [(nzVisible)] should be same as the ant version 8.3.0
What is actually happening?
On NzModalService closeAll() method call [(nzVisible)] does not set bind variable to FALSE..
This issue persist in V 9.3.0 & V ^11.0.0
The text was updated successfully, but these errors were encountered: