billpull/knockout-bootstrap

Standard Popover methods do nothing

coryisakson opened this issue · 0 comments

[element].popover('show') for example does not cause the popover to show.

I am able to work around this with:
[element].trigger('click'), if click is the target value. If the trigger is 'manual' then I have to use [element].trigger('click').

It would be nice if the default popover methods worked with all trigger options.