Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatePickerField placeholder value visible on iOS #623

Open
pikausp opened this issue Mar 17, 2024 · 1 comment
Open

DatePickerField placeholder value visible on iOS #623

pikausp opened this issue Mar 17, 2024 · 1 comment
Labels
bug-verified A bug that can be reproduced control-datepickerfield platform-ios Something is related to iOS
Milestone

Comments

@pikausp
Copy link

pikausp commented Mar 17, 2024

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 enisn added bug-report Potential bug that should be verified platform-ios Something is related to iOS control-datepickerfield bug-verified A bug that can be reproduced and removed bug-report Potential bug that should be verified labels Mar 19, 2024
@enisn
Copy link
Owner

enisn commented Mar 19, 2024

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

@enisn enisn added this to the v2.8 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-verified A bug that can be reproduced control-datepickerfield platform-ios Something is related to iOS
Projects
None yet
Development

No branches or pull requests

2 participants