maykinmedia / dual-listbox

A simple dual listbox build in plain Javascript and some simple styling. (no other libraries of frameworks required)

Home Page:https://maykinmedia.github.io/dual-listbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

added and removed event not fired when select all / deselect all

woro14 opened this issue · comments

commented

Hi,

the "added" and "removed" events are not fired when using the buttons to select all / deselect all items in the list

maybe you can try this

dualListBox.add_all_button.addEventListener("click", (e) => {
            console.log('trigger add all')
        });