Widget API: EditBox:ClearFocus

Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API EditBox ClearFocus to API EditBox ClearFocus without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Widget API ← EditBox < ClearFocus

Clears the input text focus out of the EditBox. After this call EditBox will no longer receive input from keyboard.

editBox:ClearFocus()


ArgumentsEdit

none


ReturnsEdit

nil

HintsEdit

Don't forget to set your editboxes to not to be autofocused, because after pressing a key, it will be automatically refocused and you overwrite it's content.

See alsoEdit