Preview 2.0 is now in Public Beta!
Read the Announcement

Summary

Constructors

constructor

Properties

autocapitalizationType
autocorrect
autofillType
blurEvent
editable
focusEvent
hint
keyboardType
maxLength
returnKeyType
textChangeEvent
updateTextTrigger
182 properties inherited from TextBase
Click to expand

Methods

_setInputType
dismissSoftInput
setSelection
129 methods inherited from TextBase
Click to expand

Constructors

constructor

new EditableTextBase(): EditableTextBase

Properties

autocapitalizationType

autocorrect

autofillType

autofillType: AutofillType

editable

maxLength

blurEvent

Static

focusEvent

Static

textChangeEvent

Static

Methods

_setInputType

Private
_setInputType(inputType: number): void
Parameter Default Description
inputType
number

Returns void

dismissSoftInput

dismissSoftInput(): void

setSelection

setSelection(start: number, stop?: number): any
Parameter Default Description
start
number

stop
number

Returns any
Previous
DockLayout
Next
File