Closed
Description
I ran in a small problem when destroying the selectize instance an an on-change event handler. The reason is that
selectize.js/src/contrib/microevent.js
Lines 27 to 33 in 3c4d241
does not handle the case when the event-handler destroys the "this" object. In this case the "this" object is still there (as it is still referenced here), but its _events property is gone. See pull request #1855.
Metadata
Metadata
Assignees
Labels
No labels