TextBox.Text doesn't update on focus

Currently, focusing on a TextBox clears the visible text, but does not actually update the .Text property.

Instead, .Text should be updated with a blank string on focus, as .Text should be consistent with the rendered text.

TextboxBug.rbxl (15.1 KB)

noted, will be fixed

1 Like