I am attempting to use a Custom DataAdaptor so I can load data on demand for searching. I am able to use the ReadAsync command with-out any issues. However, once I change my search and try to remove an item via through "x" in the chip, it does nothing.
I'm aware it can't be remove the item because it's no longer in the data source, but I'm assuming this is a bug, and have begun considering ways I can write around it, but ideally this is something that should be fixed.