Copyright © 2021 by K4.org
  (v.0.48.124)

A UITextInput control is used to display, or accept as input, a single line of text.

Index

Rules

controlType

controlType: String

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : "TextInput"

isMasked

isMasked: Boolean

If true, the typed characters are masked from viewing, such as for a password entry.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : false

maxLength

maxLength: Number

The maximum length of characters permitted.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : 100

required

required: Boolean

Indicates whether the input is required.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : true