From 252abfac159bbfcefbef8e0d1b2a0725c126e8a7 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Callback that is called when the text input is blurred
Callback that is called when the text input's text changes.
Callback that is called when the text input's text changes. Changed text is passed as an argument to the callback handler.
Callback that is called when text input ends.
Callback that is called when the text input is focused
Invoked on mount and layout changes with {x, y, width, height}.
Callback that is called when the text input selection is changed
Callback that is called when the text input's submit button is pressed. Invalid if multiline={true} is specified.
The string that will be rendered before text input has been entered
The text color of the placeholder string
If true, the text input obscures the text entered so that sensitive text -like passwords stay secure. The default value is false.
The highlight (and cursor on ios) color of the text input
Styles
The value to show for the text input. TextInput is a controlled +like passwords stay secure. The default value is false.
If true, all text will automatically be selected on focus
The highlight (and cursor on ios) color of the text input
Styles
The value to show for the text input. TextInput is a controlled component, which means the native value will be forced to match this value prop if provided. For most uses this works great, but in some cases this may cause flickering - one common cause is preventing edits @@ -39,7 +39,7 @@ unwanted edits without flicker.
The color of the textInput underline.
When the clear button should appear on the right side of the text view
If true, clears the text field automatically when editing begins
If true, the keyboard disables the return key when there is no text and automatically enables it when there is text. The default value is false.
Determines the color of the keyboard.
Callback that is called when a key is pressed. Pressed key value is passed as an argument to the callback handler. -Fires before onChange callbacks.
Determines how the return key should look.
If true, all text will automatically be selected on focus
See DocumentSelectionState.js, some state that is responsible for +Fires before onChange callbacks.
Determines how the return key should look.
See DocumentSelectionState.js, some state that is responsible for maintaining selection information for a document