Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Classes
EditableTextBase
Represents the base class for all editable text views.
Summary
Constructors
Properties
- autocapitalizationType
- autocorrect
- autofillType
- blurEvent
- editable
- focusEvent
- hint
- keyboardType
- maxLength
- returnKeyType
- textChangeEvent
- updateTextTrigger
- valueFormatter
171 properties inherited from TextBase
Click to expand
Constructors
constructor
new EditableTextBase(): EditableTextBase
Returns EditableTextBase
Properties
autocapitalizationType
autocapitalizationType: AutocapitalizationInputType
Gets or sets the autocapitalization type.
autocorrect
Enables or disables autocorrection.
autofillType
Gets or sets the autofill type.
editable
Gets or sets whether the instance is editable.
hint
Gets or sets the placeholder text.
keyboardType
keyboardType: KeyboardInputType
Gets or sets the soft keyboard type.
maxLength
Limits input to a certain number of characters.
returnKeyType
returnKeyType: ReturnKeyButtonType
Gets or sets the soft keyboard return key flavor.
updateTextTrigger
updateTextTrigger: UpdateTextTriggerType
Gets or sets a value indicating when the text property will be updated.
valueFormatter
blurEvent
Static
focusEvent
Static
textChangeEvent
Static
Methods
dismissSoftInput
Hides the soft input method, ususally a soft keyboard.
Returns void
setSelection
Set the selection anchor to start and the selection edge to stop
Parameter | Default | Description |
start |
| number |
stop |
| number |
Returns any
- Previous
- DockLayout
- Next
- FadeTransition