Hi,
I have an option to select a default image or upload an image to the Image element. However, I am having issues with figuring out how to display the image. When the image is selected from default image, it displays on the image element. When I try to override it from the upload image, it does not override and display the image.
Currently, the work around is that I have 2 image elements, so one goes on top of the other, but I really only want 1 Image element. How can I achieve this?
Thanks!