TextBoxes won't hold text

TextBox objects don’t hold text when focus is lost (FocusLost event). They can still have their text set via script.

Go to a TextBox, enter text, when the focus is lost the text reverts to what it was prior to the player typing. Very easy to reproduce on a windows machine.

Uncopylocked demo:

EDIT: It seems like it treats the text as having saved for the purpose of the Changed event, as you can’t set the text to what was entered without changing it to something else first and the event doesn’t fire when the focus is lost. Use this for a temporary fix if you need it.

First noticed earlier today. Let me know if there’s any other information I can provide, this is as straight-forward as I can put it and I have no clue what might be causing this. If this is intended behavior, I’ll remove the thread.

1 Like

fixed

1 Like