nav-title | title | description |
---|---|---|
Class ui/text-field.TextField |
Class ui/text-field.TextField |
Class ui/text-field.TextField |
Inherits: View
Represents a editable text field.
- 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.