wenzhixin / multiple-select

A jQuery plugin to select multiple elements with checkboxes :)
http://multiple-select.wenzhixin.net.cn
MIT License
1.91k stars 652 forks source link

"onFilter" triggers "onUncheckAll" #549

Open codespacing opened 4 years ago

codespacing commented 4 years ago

Hi,

I have a problem that occurs when i try to use the filter. The "onFilter" triggers the event "onUncheckAll". For my case, "onUncheckAll" sends an AJAX request to the server, so this is a big problem for me. Can anyone help with this issue?

The issue can be reproduced on the demo site at http://multiple-select.wenzhixin.net.cn/examples#events.html

I'm using the latest version 1.5.2!

Thank you