0
aslam.loni created
Hi,
I was raised issue regarding Modal opened within widget not able to access (#11084). You were provided some temporary solution. It's working but closing modal dailog automatically if i click/scroll down through the mouse.
Also getting error at the time of modal opening. Please see below screen shot.
code :
show(): void {
this.modal.show();
}
Temporary Solution was :
Please do the needfull.
1 Answer(s)
-
0
Hi @aslam.loni,
If you ignore backgrop click, modal will be closed only when you click the X icon on the modal header;
[config]="{backdrop: false, ignoreBackdropClick: true}"