multiselect
multiselect copied to clipboard
Items removed from list incorrectly appear in filtered master list
When an item is removed from the selected list, it'll reappear in the master list (good) but even when the master list is filtered (bad). For example, if the master list is filtered for "can", I'll see Canada and Vatican City, but if I remove Albania from the selected list, it'll pop into the master list, even if it matches the filter.
Fixed in jgarber@499d2a13596b5ed341390ac2ca35ba1175ec5622. Hopefully michael will pull it.
On closer look, my patch only fixes the filtering when you Remove All, not when you remove an individual item. Additional fixing is needed.
Merged in jgarbers changes.