click-outside icon indicating copy to clipboard operation
click-outside copied to clipboard

ClickOutside directive for Vue.

Results 22 click-outside issues
Sort by recently updated
recently updated
newest added

I have a dropdown component that works well on a normal page. And I have a modal window where I use the same dropdown component. The dropdown close happens outside...

I am currently on a project and i wanted to use this plugin but not working

Would someone please help me understand what is happening with the `mounted()` function: I notice `popupItem` is set to `$el` but `popupItem` is never defined. ```javascript mounted () { //...

support binding arg so user can handle variable in v-for, for example: ``` ```

When I LMB on some element and drag mouse outside, the event fires. It can be a problem when the element is a dialog window and a user is trying...

I'm using a datepicker component (from Vuetify) with this library and it works mostly as expected; I click outside of the component, the event is fired; I click inside it,...

背景:select(element-ui里的)不是要点击的元素 现象:点击select,没有走到对应的回调函数里面

Updated to work with Vue 3.x. Breaking!

remove ES6 keyword "const"

For now, the directive can be installed just as a directive. But it would be better to export as a Vue plugin with `install` function that would register a directive...