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
Ran into the same issue (it's even reproducible on the demo page).
Seems like clicking the Show All button, while appearing to clear the filter, was still leaving the filtered set of options cached, so that the next time you clicked move (selected), it was only attempting to move whatever would have been visible in the previously filtered set.
Not sure if it's the best way to fix, but I resolved the issue by adding another call to the filter() method in the filterClear1 and filterClear2 event bindings.
hi,
after filtering and clicking on the show all button the selected value(s) won't move to the other column. after that it works fine.
awesome plugin by the way, keep up the good work :)
The text was updated successfully, but these errors were encountered: