Closed HKChen closed 5 years ago
Please see https://github.com/GedMarc/bootstrap4-dialog/issues/15
This is related to the change in the DOM loading with Bootstrap Modals. Instead of using onShow (Where the dom is not yet loaded), use onShown : function(){}; to fire when the DOM has finished being updated
I updated bootstrap 3 to 4.3.1 and bootstrap3-dialog to bootstrap4-dialog. I use BootstrapDialog.show({... data: 'pageUrl' ...}) to open dialog work. But in this dialog page can't trigger any javascript.