From 8eed99bcf8e257dae99dcd42bf96e9054cac412a Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 2 Nov 2015 17:25:02 +0000 Subject: [PATCH] update website --- docs/textinput.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/textinput.html b/docs/textinput.html index 5b828f26c0a..a20238a7985 100644 --- a/docs/textinput.html +++ b/docs/textinput.html @@ -34,7 +34,9 @@ either set editable={false}, or set/update maxLength t unwanted edits without flicker.

iosclearButtonMode enum('never', 'while-editing', 'unless-editing', 'always') #

When the clear button should appear on the right side of the text view

iosclearTextOnFocus bool #

If true, clears the text field automatically when editing begins

iosenablesReturnKeyAutomatically bool #

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.

iosmaxLength number #

Limits the maximum number of characters that can be entered. Use this instead of implementing the logic in JS to avoid flicker.

androidnumberOfLines number #

Sets the number of lines for a TextInput. Use it with multiline set to -true to be able to fill the lines.

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

Determines how the return key should look.

iosselectTextOnFocus bool #

If true, all text will automatically be selected on focus

iosselectionState DocumentSelectionState #

See DocumentSelectionState.js, some state that is responsible for +true to be able to fill the lines.

iosonKeyPress function #

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.

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

Determines how the return key should look.

iosselectTextOnFocus bool #

If true, all text will automatically be selected on focus

iosselectionState DocumentSelectionState #

See DocumentSelectionState.js, some state that is responsible for maintaining selection information for a document

androidtextAlign enum('start', 'center', 'end') #

Set the position of the cursor from where editing will begin.

androidtextAlignVertical enum('top', 'center', 'bottom') #

Aligns text vertically within the TextInput.

androidunderlineColorAndroid string #

The color of the textInput underline.

Next →