vue-on-click-outside
vue-on-click-outside copied to clipboard
vue mixin/directive that does something when you click outside a container
Ios
Hello. I have problem with vue-on-click-outside mixin. Namely, it does not work on IOS devices. Could you help me? Thanks a lot, Jelena
I have two elements on a page that each have an on-click-outsite set (two date pickers), say dp1 and dp2. I am consistently able to produce a race condition where...
In some cases when the target element is dynamically shown and the mouse is already over it - the `mouseenter` is not triggered. `mouseover` is though, so this change fixes...