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
When a search is applied, selecting an item by clicking on it or adding all searched items, the list is updated and it's showing alle the items.
Also, by clicking add all, all items are moved, without regarding the filter.
The text was updated successfully, but these errors were encountered:
I second this. It would be a nice fix to have the search run again after each time user adds or removes options from one list to the other. Right now it leaves the search query in the box but removes the search results so to add to the code to have the filter run again if search query is not empty? Maybe add it to the redraw method if search input not empty run filter method for either side?
@loiaconoa@krognome
I dug into it a bit because I really wanted it to work. If you want to go through the trouble of keeping the code local to your server you can edit the source redraw function then rebuild:
I'll update my codebase with this. Thanks :). I have it on my list to add in pagination of some sort because right now I'm loading in all 4,000 clients so it's a memory hog and a little slow for my client bc their machine does not have much memory. Thanks again.
When a search is applied, selecting an item by clicking on it or adding all searched items, the list is updated and it's showing alle the items.
Also, by clicking add all, all items are moved, without regarding the filter.
The text was updated successfully, but these errors were encountered: