Anyone else noticing an issue where an image element (or group with image background) continues to display an image, from the device camera, even after the data source for that image is cleared out?
As in:
- Image data source set to custom state
- User adds image from their camera and this is stored in custom state
- Image data source shows image from custom state as expected
- Action to clear out custom state
- Image element continues to show the same image
Same is true if the data source is a database field where the image is either cleared from the field or deleted from the app entirely (via delete an uploaded file).
Has me blocked on on implementing a workflow to remove/delete an uploaded image.