diff --git a/releases/next/docs/textinput.html b/releases/next/docs/textinput.html index 9dd6c2c05d6..78abc4d518c 100644 --- a/releases/next/docs/textinput.html +++ b/releases/next/docs/textinput.html @@ -110,7 +110,11 @@ value prop if provided. For most uses, this works great, but in some cases this may cause flickering - one common cause is preventing edits by keeping value the same. In addition to simply setting the same value, either set editable={false}, or set/update maxLength to prevent -unwanted edits without flicker.

androidinlineImageLeft string #

If defined, the provided image resource will be rendered on the left.

androidinlineImagePadding number #

Padding between the inline image, if any, and the text input itself.

androidnumberOfLines number #

Sets the number of lines for a TextInput. Use it with multiline set to +unwanted edits without flicker.

androiddisableFullscreenUI bool #

When false, if there is a small amount of space available around a text input +(e.g. landscape orientation on a phone), the OS may choose to have the user edit +the text inside of a full screen text input mode. When true, this feature is +disabled and users will always edit the text directly inside of the text input. +Defaults to false.

androidinlineImageLeft string #

If defined, the provided image resource will be rendered on the left.

androidinlineImagePadding number #

Padding between the inline image, if any, and the text input itself.

androidnumberOfLines number #

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

androidreturnKeyLabel string #

Sets the return key to the label. Use it instead of returnKeyType.

androidunderlineColorAndroid color #

The color of the TextInput underline.

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.

iosdataDetectorTypes enum('phoneNumber', 'link', 'address', 'calendarEvent', 'none', 'all'), [object Object] #

Determines the types of data converted to clickable URLs in the text input. Only valid if multiline={true} and editable={false}. By default no data types are detected.

You can provide one type or an array of many types.

Possible values for dataDetectorTypes are:

iosenablesReturnKeyAutomatically bool #

If true, the keyboard disables the return key when there is no text and