diff --git a/releases/next/docs/textinput.html b/releases/next/docs/textinput.html index cf365bb80b7..d2471c6f7e2 100644 --- a/releases/next/docs/textinput.html +++ b/releases/next/docs/textinput.html @@ -106,7 +106,7 @@ This will be called with Invalid if multiline={true} is specified.

placeholder node #

The string that will be rendered before text input has been entered.

placeholderTextColor color #

The text color of the placeholder string.

returnKeyType enum('done', 'go', 'next', 'search', 'send', 'none', 'previous', 'default', 'emergency-call', 'google', 'join', 'route', 'yahoo') #

Determines how the return key should look. On Android you can also use returnKeyLabel.

Cross platform

The following values work across platforms:

Android Only

The following values work on Android only:

iOS Only

The following values work on iOS only:

secureTextEntry bool #

If true, the text input obscures the text entered so that sensitive text like passwords stay secure. The default value is false.

selectTextOnFocus bool #

If true, all text will automatically be selected on focus.

selection {start: number, end: number} #

The start and end of the text input's selection. Set start and end to -the same value to position the cursor.

selectionColor color #

The highlight (and cursor on iOS) color of the text input.

style Text#style #

Note that not all Text styles are supported, +the same value to position the cursor.

selectionColor color #

The highlight and cursor color of the text input.

style Text#style #

Note that not all Text styles are supported, see Issue#7070 for more detail.

Styles

value string #

The value to show for the text input. TextInput is a controlled component, which means the native value will be forced to match this