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