You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And...my code above was totally wrong, as it didn't trigger on "Add All" and "Remove All". I've settled on this to avoid triggering change on initialization, starting at line 158
I was having issues with the select's "change" event being triggered during initialization. This was interfering with other functionality in my app.
I've made the following changes to the source to resolve this issue.
Starting at line 157
I've changed it to
This change leaves the count update in place, but avoids the extra initial trigger of the "change" event for the select.
I'm sure that there are better ways to implement this, but it works for me.
The text was updated successfully, but these errors were encountered: