enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
985 stars 110 forks source link

DatePickerField placeholder value visible on iOS #623

Open pikausp opened 1 month ago

pikausp commented 1 month ago

Hey,

on ios there's a placeholder visible. I checked the source code and the opacity is set to 0.1 for ios/mac by the library within the DatePickerField class. Do you have a hint on how to overcome this? I tried setting the opacity to 0, but that made the element unclickable (which I assume is the reason why it's 0.1).

image

enisn commented 1 month ago

When it's completely transparent (with opacity 0), TouchGestureRecognizers don't work and it was a workaround. I'll try to find platform-specific solution for it