You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make a custom text box for myself.
I used the following script:
As you can see, I absolutely make sure that the text box is completely empty before I do any actions on it.
And yet, when this script runs, the text shows "undefined", and the length of the inputted text somehow immediately jumps up to 9.
I'm not sure if this is supposed to happen, but my guess is that it shouldn't happen.
The text was updated successfully, but these errors were encountered:
I'm trying to make a custom text box for myself.
I used the following script:
As you can see, I absolutely make sure that the text box is completely empty before I do any actions on it.
And yet, when this script runs, the text shows "undefined", and the length of the inputted text somehow immediately jumps up to 9.
I'm not sure if this is supposed to happen, but my guess is that it shouldn't happen.
The text was updated successfully, but these errors were encountered: