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
@sivaecekrr Thanks for the feedback. nzClosable unavailable in the confirm box mode is by design, but the nzMaskClosable not working is a bug. We will fix it in the next version.
@hsuanxyz I agree for nzModalService.confirm nzClosable is not available. But the same applicable for nzModalService.info also. Because info mode doesn't need any confirmation. Let me know your thoughts. Thanks.
Reproduction link
https://stackblitz.com/edit/angular-asqech
Steps to reproduce
Configure NzModalService in a component and enable nzClosable, nzMaskClosable. Even the example present in the document site is not working.
What is expected?
Close icon on top right corner should be visible and when click area outside the modal, then the modal should close.
What is actually happening?
The options nzClosable, nzMaskClosable are not working
The text was updated successfully, but these errors were encountered: