An action block that awaits changes in a text field.
The fiber will pause until a edit is made in a text field, a change in its text selection, its caret/cursor moved, or a text field had gained focus.
The selected Input type will also match its “sub-types”, e.g. Text will inspect text fields accepting any kind of text, but Multirow text only those accepting multiple rows, or Number for those accepting any number, but Signed number only signed numbers.
The text selection start may be higher that end when the selection is made from right to left, when equal then it’s simply the position of the caret/cursor.
Use the Interact block with action Set text to change the text in the text field, and action Set selection to modify the selection or move the caret. Using either action will cause this block to proceed, ensure the flow handles such cases to avoid it looping continuously.
Note! This feature requires Android 4.4+.
null
if unknown. (Android 5+)