diff --git a/docs/textinput.html b/docs/textinput.html
index 5b828f26c0a..a20238a7985 100644
--- a/docs/textinput.html
+++ b/docs/textinput.html
@@ -34,7 +34,9 @@ either set editable={false}, or set/update maxLength t
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 automatically enables it when there is text. The default value is false.
Limits the maximum number of characters that can be entered. Use this instead of implementing the logic in JS to avoid flicker.
Sets the number of lines for a TextInput. Use it with multiline set to -true to be able to fill the lines.
Determines how the return key should look.
If true, all text will automatically be selected on focus
See DocumentSelectionState.js, some state that is responsible for +true to be able to fill the lines.
Callback that is called when a key is pressed. +Pressed key value is passed as an argument to the callback handler. +Fires before onChange callbacks.
Determines how the return key should look.
If true, all text will automatically be selected on focus
See DocumentSelectionState.js, some state that is responsible for maintaining selection information for a document
Set the position of the cursor from where editing will begin.
Aligns text vertically within the TextInput.
The color of the textInput underline.