Topic: MDB5 Popconfirm do not completely disappear

stern.peter.78 free asked 3 years ago


Expected behavior Popconfirm should dissapear after click on OK

Actual behavior MDB5 Popconfirm do not completely disappear, after clicking ok Same Issue on your Homepage https://mdbootstrap.com/docs/standard/components/popconfirm/#docsTabsOverview

Resources (screenshots, code snippets etc.) enter image description here

const popconfirmElements = document.querySelectorAll('.popconfirm-toggle') popconfirmElements.forEach((currentElement) => { const buttonPop = new mdb.Popconfirm(currentElement); })

tableItems.addEventListener('confirm.mdb.popconfirm', (e) => { const id = e.target.dataset.mdbId; // do anything })


Grzegorz Bujański staff answered 3 years ago


Thanks for reporting this bug. We will fix it as soon as possible.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Standard
  • MDB Version: 3.0.0
  • Device: Laptop
  • Browser: Google Chrome
  • OS: Win 10
  • Provided sample code: No
  • Provided link: Yes