UITextFieldBase
Inherits from:
BindableElement
Properties
A regular expression to match valid values that can be inserted into the textfield by the user. Invalid values will be rejected.
Enables a mode in which Return key sends a ReturnEvent and Shift+Return sends ShiftReturnEvent.
True if multiline editing is enabled
Anchor of UITextField.TextInput
Current text value of the field
Methods
Parameters
value
string
Returns
void
Returns
void
Returns
void
Parameters
cursorIndex
number
selectionIndex
number
Returns
void
Move the cursor to the end of the text with no selection
Returns
void
Parameters
newValue
string
Returns
void
Updated 3 days ago