Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 832 Bytes

TextField.md

File metadata and controls

20 lines (19 loc) · 832 Bytes
nav-title title description
Class ui/text-field.TextField
Class ui/text-field.TextField
Class ui/text-field.TextField

Class: "ui/text-field".TextField

Inherits: View
Represents a editable text field.

Instance Properties
  • android - EditText.
    Gets the native android widget that represents the user interface for this component. Valid only when running on Android OS.
  • ios - UITextField.
    Gets the native iOS UIView that represents the user interface for this component. Valid only when running on iOS.
  • text - String.
    Gets or sets the text of a text field.
  • hint - String.
    Gets or sets the text of a text field hint/placeholder.
  • secure - Boolean.
    Gets or sets if a text field is for password entry.