You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Sent when the content of a mobile text input control has changed.</summary>
<examples>
<example><p>on inputTextChanged -- <i>enable the save button when a change is made</i></p><p> enable button "save"</p><p>end inputTextChanged</p></example>
</examples>
<history>
<introduced version="4.6">Added</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<changed version="5.5.1">Android support added</changed>
<overview>The inputTextChanged message is sent when the content of a mobile text input control has changed.</overview>
<parameters>
</parameters>
<value></value>
<comments>Handle the <b>inputTextChanged</b> 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.<p></p><p>The <b>inputTextChanged</b> message is sent to the object containing the script that created the text input control.</p></comments>