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
this.set_label_behavior() is binding event listener for parent <label> but the listener is not unbinded in destroy function. This is causing memory leaks in web applications where there are multiple instances of chosen selects created and destroyed.
The text was updated successfully, but these errors were encountered:
this.set_label_behavior()
is binding event listener for parent<label>
but the listener is not unbinded in destroy function. This is causing memory leaks in web applications where there are multiple instances of chosen selects created and destroyed.The text was updated successfully, but these errors were encountered: