vue-js-popover
vue-js-popover copied to clipboard
Support for a delay on hideEvent
When a user has a popover open via hover event, they might want to select some text out of the popover.
Currently, the popover disappears as soon as they move from the button. It would be nice to support a delay on hideEvent, plus some logic that prevents the popover from disappearing if the popover is being mouseovered.