selectize.js icon indicating copy to clipboard operation
selectize.js copied to clipboard

$input.on('invalid' + eventNS, function(e) - handler not detached, causes memory leak

Open RomanLut opened this issue 9 months ago • 0 comments

https://github.com/selectize/selectize.js/blob/e6ca6d3ba8f902c38da157f2caf7962c38e82095/src/selectize.js#L289C4-L289C46

Handler should be detached on destroy.

RomanLut avatar Mar 23 '25 22:03 RomanLut