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 then gets called on every init, and will never remove the event from the body.
IOW: if you have a hundred Selects you will have 100 touchstart.dropdown events.
Placing this code were you have put your $(document).on('keydown') and .on('focusin.modal') seems to fix the problem..
Regards
Keith..
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently using bootstrap-select in an ajax page loading type website. I believe I've spotted a memory leak, after a while it also crashes chrome.
In the clickListener function you are doing this ->
This then gets called on every init, and will never remove the event from the body.
IOW: if you have a hundred Selects you will have 100 touchstart.dropdown events.
Placing this code were you have put your $(document).on('keydown') and .on('focusin.modal') seems to fix the problem..
Regards
Keith..
The text was updated successfully, but these errors were encountered: