diff --git a/releases/next/docs/textinput.html b/releases/next/docs/textinput.html index 5e66fd51e8a..dae5a06c9ee 100644 --- a/releases/next/docs/textinput.html +++ b/releases/next/docs/textinput.html @@ -145,7 +145,12 @@ unwanted edits without flicker.
When the clear button should appear on the right side of the text view.
If true, clears the text field automatically when editing begins.
If true, the keyboard disables the return key when there is no text and
+]) #
When the clear button should appear on the right side of the text view.
If true, clears the text field automatically when editing begins.
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:
'phoneNumber''link''address''calendarEvent''none''all'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.