


Useful for delaying expensive operations until user completes inputting text (i.e. Additional propertiesĪccessibleLabel – Label for screen readers.Īlign – The location of text in relation to the horizontal center of its control.īorderColor – The color of a control's border.īorderStyle – Whether a control's border is Solid, Dashed, Dotted, or None.īorderThickness – The thickness of a control's border.Ĭlear – Whether a text-input control shows an "X" that the user can tap or click to clear the contents of that control.ĭelayOutput – When set to true, user input is registered after half a second delay. Text – Text that appears on a control or that the user types into a control. Key propertiesĭefault – The initial value of a control before it is changed by the user. Depending on how you configure the app, that data might be added to a data source, used to calculate a temporary value, or incorporated in some other way.

The user can specify data by typing into a text-input control. A box in which the user can type text, numbers, and other data.
