-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Issue with Entry's Placeholder #1193
Comments
Thanks for the report, not sure how this slipped in. |
Hi @andydotxyz, |
For some reason I am struggling to replicate this sorry - can you share the code that exhibits that result please? |
Hi @andydotxyz The example is like this
Thanks ! |
Oh thanks so much - our test utility was somehow not triggering this bug but now I can replicate/ |
HI @andydotxyz Sorry I just realized, if I use SetText method instead of Text property directly it works. |
Not a problem, that's a fix on |
I also had this problem, but I fixed it with SetText(""), I don't know why |
Issue:
If entry has both placeholder and text value, it will still render both text and placeholder initially.
This causes text to be hard to read.
Expected:
Entry won't render placeholder if text is present.
Device Info
The text was updated successfully, but these errors were encountered: