The API is no longer being updated here until further notice. |
Fires when text changes.
(self, userInput)
Arguments[]
- self
- EditBox - The changing widget.
- userInput
- boolean - True when changing as a result of user input, false when programmatically set.
Details[]
- Fires after OnChar or OnTextSet.
- EditBox:GetText() returns the new value when called inside the handler.