bootstrap4-dialog
bootstrap4-dialog copied to clipboard
bootstrap4 compatible modal dialog based on nakupanda.github.io/bootstrap3-dialog
With Bootstrap 5.2 the modal has some alignment issue, i think it is because the HTML/classes for the modal changed in the latest version. See attachment
I'm currently using 4.4.2 but I am upgrading bootstrap from 5.1.3 to 5.2.3 and need to update your library to work with it. Current CDN Url is: https://cdn.jsdelivr.net/gh/GedMarc/[email protected]/dist/js/bootstrap-dialog.min.js But changing...
Hi. Cannot prevent modal close by backdrop click after modal shown. Methods: setCloseByBackdrop(false); setCloseByKeyboard(false); not works. Method: setClosable(false); only remove "x" sign. Backdrop click still active. http://jsfiddle.net/tpy5eogs/ Can you help...
I updated to Bootstrap 4.6.2 and used this updated bootstrap-dialog.js file and made the necessary changes in the file to my version. Modal opens up fine but now my kendo...