bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

popover can't dispose multile prompt dialog

Open bigNeoneo opened this issue 1 month ago • 1 comments

those popovered dialog triggered by "selector", aka "delegated popover", can't closed by the anchor element. Besides, those popovered dialog can't dispose after the anchor element was removed from dom tree either.

for example: window.popoverIns = new bootstrap.Popover('body',{ selector:"myClass" }); window.popoverIns.dispose() not work or , I change to next page in table, the anchor element removed from dom tree; bootstrap. getInstance('.myClass').dispose() not work those dialog always stick to top-right corner plz, some one, help

bigNeoneo avatar Dec 03 '25 08:12 bigNeoneo

Hi. Please provide a test example with the expected and actual behavior.

DenisLopatin avatar Dec 05 '25 11:12 DenisLopatin