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).
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
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).