From bb70deb28514649e8dd4154ed08902b9303a3b2c Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sat, 15 Feb 2020 23:32:00 +0000 Subject: [PATCH] Deploy website Deploy website version based on c6d1d2d89ba84bbe7474f8264bf31f09e25eeba7 --- docs/next/textinput.html | 22 +--------------------- docs/next/textinput/index.html | 22 +--------------------- 2 files changed, 2 insertions(+), 42 deletions(-) diff --git a/docs/next/textinput.html b/docs/next/textinput.html index 18196f1b7cb..d8d97511877 100644 --- a/docs/next/textinput.html +++ b/docs/next/textinput.html @@ -762,26 +762,6 @@ export default function UselessTextInputMultiline() {
-

selectionState

-

An instance of DocumentSelectionState, this is some state that is responsible for maintaining selection information for a document.

-

Some functionality that can be performed with this instance is:

- -
-

You can reference DocumentSelectionState in vendor/document/selection/DocumentSelectionState.js

-
- - - - - - - -
TypeRequiredPlatform
DocumentSelectionStateNoiOS
-

selectTextOnFocus

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

@@ -969,7 +949,7 @@ In order to create a valid string for PasswordRules take a look to
  • react-native#19366: Calling .focus() after closing Android's keyboard via back button doesn't bring keyboard up again.
  • react-native#26799: Doesn't support Android's secureTextEntry when keyboardType="email-address" or keyboardType="phone-pad".
  • -
    TextTouchableHighlight