Skip to main content

inputTextChanged

Type

message

Summary

Sent when the content of a mobile text input control has changed.

Syntax

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.

Examples

on inputTextChanged -- enable the save button when a change is made
enable button "save"
end inputTextChanged

command: mobileControlCreate, mobileControlDelete, mobileControlSet

function: mobileControlGet, mobileControlTarget, mobileControls

message: inputEndEditing, inputReturnKey, inputBeginEditing

Compatibility and Support

Introduced

LiveCode 4.6

OS

ios

android

Platforms

mobile

Thank you for your feedback!

Was this page helpful?