This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Popover to remain open when hovering over it #3515
Closed
Description
Popover triggered by mouseenter event hide himself as soon as the mouse leave the target element. And it's impossible to click on a link which was in the popover.
I've found some solution in SO which can help for the PR :
- link to SO: http://stackoverflow.com/questions/20267967/create-hoverable-popover-using-angular-ui-bootstrap
- direct link to jsfiddle: https://jsfiddle.net/6awhrcec/
And another link with a vanilla js solution: http://jsfiddle.net/WojtekKruszewski/Zf3m7/22/
Could you add this feature?