Replies: 2 comments
|
Hello, |
0 replies
|
No bug, no problem. My bad, I forgot to remove explicite calls to Boosted library. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm integrating Boosted-Boostrap in a Symfony web app through epo/theme-boosted-ui-bundle.
Each time a modal (but also other components such as dropdowns) opens up, opening is triggered thre times (by js/dist/modal.js, dist/js/boosted.js and dist/js/boosted.esm.js). Div element with modal class itself is duplicated but the show.bs.modal event is raised three times and so is grey backdrop behind modal.
How to avoid this ?
Thanks by advance
All reactions