0๐
โ
I solve it with the solution from here.
The problem is if you use vue-bootstrap.
You have to edit the module. (src/dist folders)
Remove focusin
from:
['click', 'keyup', 'focusin'].forEach( eventName => document.addEventListener(eventName, this.closeEventListener) );
Source:stackexchange.com