Currently, I'm working on a page where updates are made using PrimeNG PickList. The initial state of the target list is not empty, but when selected items are moved from source to target list, they are not removed from the source list as expected.
From my understanding, PrimeNG internally uses the "==" operator which cannot be overridden. Is there a way to customize this behavior and exclude the selected items from the source list?