[Vuejs]-Date-picker sometimes is stuck and I have no error Vuejs

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) );

Leave a comment