Can't close a Modal using JS
Created by: caub
- OS: linux
- browser: Chrome latest
- test-case: https://jsfiddle.net/caub/x6t2ovqm/
As you can see, the backdrop is still there, after the modal gets closed
I could remove the backdrop myself document.querySelector('.modal-backdrop')?.remove() but that feels quite hacky, this internal part should be part of bootstrap API
