I am trying to manually close a bootstrap popover to get it to close when I click anywhere on the document or body that isn\'t the popover.
document
body
popover-trigger="'outsideClick'" This will work perfectly.
popover-trigger="'outsideClick'"
popover-trigger="outsideClick" This will not.
popover-trigger="outsideClick"
I took 1 day to sort it out why it was not working for me.
It is because they checking this using this code, "if (trigger === 'outsideClick')"
"if (trigger === 'outsideClick')"