Hello,
The calendar icon which would normally appear at the right side of a date picker is not showing in my app. I have this date picker within a horizontal container in a gallery. (In the same container, there's an x icon that allows users to clear any existing date.)
I don't think it because of the width or the padding. I made it wide enough to show everything and removed padding for the right and the left sides, but no luck.
I think it has something to do with color/fill properties of the other controls. When I copy the same date picker and paste it in somewhere else on the same screen, the calendar icon would show. As soon as I add it back to where I want it, the icon disappears.
Here's how the date picker is set up.
IconBackground: RGBA(56, 96, 178, 1) //blue
IconFill: RGBA(255, 255, 255, 1) //white
The Fill property of both the container and the gallery is set to RGBA(255, 255, 255, 1), which is white. I don't see any reason why I don't see the calendar icon. Probably I'm missing something here.
Any help would be highly appreciated!
Regards,
Michelle