Unusual behavior of UITextEntryLine when clearing its text #472
Unanswered
bennett-nguyen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having a problem with the
UITextEntryLine
where every timeUI_TEXT_ENTRY_FINISHED
fires, it will print out the text and clear the textbox but the placeholder text will stick with the input until I unfocus then focus it again.I haven't found any relevant information about this problem neither in the docs nor the issues page, am I doing something wrong here?
Code:
Beta Was this translation helpful? Give feedback.
All reactions