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 a mobile text input control has lost focus and editing has ceased.</summary>
<examples>
<example><p>on inputEndEditing -- <i>enable the next button while editing is finished</i></p><p> enable button "next"</p><p>end inputEndEditing</p></example>
</examples>
<history>
<introduced version="4.6">Added</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<changed version="5.5.1">Androud support added</changed>
<overview>The <b>inputEndEditing</b> message is sent when a mobile text input control has lost focus and editing has ceased.</overview>
<parameters>
</parameters>
<value></value>
<comments>Handle the <b>inputEndEditing</b> message if you want to move LiveCode controls, make changes to the interface or perform an action when the user stops editing text in an iosTextInput, iosMultiline, androidTextInput or androidMultiline control.<p></p><p>The <b>inputEndEditing</b> message is sent to the object containing the script that created the text input control.</p></comments>