Clear text from UITextBox #466
Answered
by
ColourfulYoshi
ColourfulYoshi
asked this question in
Q&A
-
I want to simply remove all the text from |
Beta Was this translation helpful? Give feedback.
Answered by
ColourfulYoshi
Jun 20, 2023
Replies: 1 comment
-
Turns out I had to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ColourfulYoshi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out I had to use
.clear()
instead.