vue-popper icon indicating copy to clipboard operation
vue-popper copied to clipboard

Make popover remain visible when clicking inside

Open juanpablob opened this issue 4 years ago β€’ 1 comments

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

juanpablob avatar Feb 04 '21 11:02 juanpablob

My method: Set :force-show="true" After click outside set = false I am using "v-click-outside" plugin

leakedby avatar Jun 18 '21 09:06 leakedby