Overview
Text Event triggers fire when the user interacts with an editable text element. The trigger can fire as the user enters text into the text element, but it can also fire when the user focuses the text element, unfocuses the text element, or changes the value of the text element.
Note: Text Event triggers only work when added to a text element with "Is Editable" turned on.
Trigger Properties
Event
Set the trigger to fire when the user selects the text element, types in the text element, changes the value of the text element, or deselects the text element:
Focus Began: Fires once when the user selects the text field and opens the keyboard.
While Typing: Fires continuously as the user types in the text field.
Value Changed: Fires once each time the text element's value changes.
Focus Ended: Fire once when the user unfocuses the text field and closes the keyboard.
Is Enabled
Set if the trigger should fire when the trigger's conditions are met.
Expression Editor Properties
Is Enabled
trigger.isEnabled
Whether the trigger is enabled or disabled.