vue-popper
vue-popper copied to clipboard
Make popover remain visible when clicking inside
Hello there! First of all, thanks for creating and maintaining this plugin :)
Is there any option / way to avoid popover going away when clicking inside? I'm placing some UI Controls inside the popover (like a slider range, for example) but when clicking anything inside the popover it just disappears. Is there any way to set this off or any workaround? I wouldn't want to make a fork of this repo and introduce the feature only for me, unless you want me to develop the functionality and as long as you are willing to publish it. Thank you! π
Kind regards, Juan Pablo
My method: Set :force-show="true" After click outside set = false I am using "v-click-outside" plugin