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.)
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 })
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- 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