Classes
TextField
TextField
Represents an editable text field.
Summary
Constructors
Properties
182 properties inherited from EditableTextBase
Click to expand
Constructors
Properties
android
Gets the native [android widget](http://developer.android.com/reference/android/widget/EditText.html) that represents the user interface for this component. Valid only when running on Android OS.
closeOnReturn
Gets or sets if a text field should dismiss on return.
ios
Gets the native iOS [UITextField](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextField_Class/) that represents the user interface for this component. Valid only when running on iOS.
secure
Gets or sets if a text field is for password entry.
secureWithoutAutofill
iOS only (to avoid 12+ auto suggested strong password handling)
returnPressEvent
Static
Methods
_updateAttributedPlaceholder
iOS only update placeholder attributed text style
Returns void