Skip to main content
All CollectionsInteractions
Text Field Event Trigger
Text Field Event Trigger

A single or continuous trigger that fires when the user interacts with a native text field.

Updated over a week ago

Overview

Text Field Event triggers fire when the user interacts with a native input text field. The trigger can fire as the user enters text into the native text field, but you can also set it to fire when the user focuses the text field, unfocuses the text field, or presses the clear button or return key.

Note: Text Field Event triggers only work when added to a native text field.


Trigger Properties

Event

Set the trigger to fire when the user selects the text field, types in the text field, deselects the text field, presses the clear button, or presses the return key:

  • 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.

  • Focus Ended: Fire once when the user unfocuses the text field and closes the keyboard.

  • Clear Pressed: Fires once when the user presses the keyboard’s clear button.

  • Return Key Pressed: Fires once when the user presses the keyboard’s return key.

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.


Resources

Projects

Videos

Did this answer your question?