Issue loading Toast since BSS 5.8.0

Hello, i experienced an issue using the new ‘Target’ Option for e.g. a Button. I would like to use a Toast that i placed under the button. I also choose the Toast as a target inside BSS and toggle (via “TOGGLE TARGET” Button) works inside the editor. But when i click the button in preview mode nothing happens.

Does anyone has an idea if i make a mistake or if this seems to be a problem with BSS?

Only way I cound get it to work was using:

document.querySelector("#toastButton").onclick = function() { new bootstrap.Toast(document.querySelector('#toast-one')).show(); }

Thank you for the report! I can reproduce this issue. We will fix it in our next update.

1 Like