Patches

Text Field

Text Field

An iOS text field that uses an Android phone or tablet’s native keyboard when running on device.

When no device is connected, use the Fake Keyboard.

Use the Touch button on the component to get information about the text and editing status.

Text Field

  • Enable
  • Position
  • Width
  • Anchor
  • Font Name
  • Font Size
  • Begin Editing
  • End Editing
  • Color
  • Accent Color
  • Text
  • Hint Text
  • Set Text
  • Underline
  • Keyboard Type
  • Secure Text Entry
  • Text Alignment
  • Editing
  • Text
  • Enter Pressed

Enable

A boolean that is true when the text field is displayed.

Position

The position to display the text field.

Width

The width of the text field.

Anchor

The anchor point to position the text field relative to. See Coordinates for more information.

Font Name

The font name of the text.

Font Size

The font size of the text.

Begin Editing

A pulse that focuses the text field and shows the keyboard if on an iPhone or iPad.

End Editing

A pulse that unfocuses the text field and hides the keyboard if on an iPhone or iPad.

Color

The color of the text.

Accent Color

The color of the cursor and underline when editing.

Text

A text string to change the text field to. Use Set Text to change the text.

Hint Text

The placeholder text when no text is entered in the field.

Set Text

A pulse that changes the text using the Text input.

Underline

A boolean that is true when an underline is displayed.

Keyboard Type

The type of keyboard to use on an Android phone or tablet.

Secure Text Entry

A boolean that represents whether the text should be obfuscated, useful for password fields.

Text Alignment

The alignment of typed text in the text field: left, center, right.

Editing

A boolean that is true when the text field is focused.

Text

The current text string in the text field.

Enter Pressed

A pulse that represents when the return key is pressed.