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() {
selectionStateAn 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:
-blur()focus()update()--You can reference
-DocumentSelectionStateinvendor/document/selection/DocumentSelectionState.js
| Type | Required | Platform |
|---|---|---|
| DocumentSelectionState | No | iOS |
selectTextOnFocusIf true, all text will automatically be selected on focus.