Sent when the content of a mobile text input control has changed.
# Metadata
Platforms: mobile OS: ios, android Introduced: 4.6 Security:
# Syntax
inputTextChanged
# Examples
on inputTextChanged -- enable the save button when a change is made enable button "save" end inputTextChanged
# Description
The inputTextChanged message is sent when the content of a mobile text input control has changed.
Handle the inputTextChanged message if you want to make changes to the interface or perform an action when the content of an iosTextInput, iosMultiline, androidTextInput or androidMultiline control changes.
The inputTextChanged message is sent to the object containing the script that created the text input control.
# Tags
# See
- **command:** mobileControlCreate, mobileControlDelete, mobileControlSet - **function:** mobileControlGet, mobileControlTarget, mobileControls - **message:** inputEndEditing, inputReturnKey, inputBeginEditing