Hello, i've tried to initiate the modal in v7 but seems like it doesn't work.
I've tried:
window.addEventListener('pluginBootstrapReady', () => {
timeoutModal = new bootstrap.Modal("#modal-timeout", {
backdrop: 'static',
keyboard: false,
});
successModal = new bootstrap.Modal("#modal-success", {
backdrop: 'static',
keyboard: false,
});
});
I've debug it but it seems like the event 'pluginBootstrapReady' doesn't get triggered.
You can check the live url and see if I've missed something.
Use the following credentials to login first, and then go to the live url:
username: test@test.com
password: password
