diff --git a/docs/textinput.html b/docs/textinput.html index 75e0e02939f..21025080990 100644 --- a/docs/textinput.html +++ b/docs/textinput.html @@ -19,7 +19,7 @@ instead of implementing the logic in JS to avoid flicker.
Callback that is called when the text input is blurred
Callback that is called when the text input's text changes.
Callback that is called when the text input's text changes. Changed text is passed as an argument to the callback handler.
Callback that is called when text input ends.
Callback that is called when the text input is focused
Invoked on mount and layout changes with {x, y, width, height}.
Callback that is called when the text input selection is changed
Callback that is called when the text input's submit button is pressed. Invalid if multiline={true} is specified.
The string that will be rendered before text input has been entered
The text color of the placeholder string
If true, the text input obscures the text entered so that sensitive text -like passwords stay secure. The default value is false.
The highlight (and cursor on ios) color of the text input
Styles
Used to locate this view in end-to-end tests
The value to show for the text input. TextInput is a controlled +like passwords stay secure. The default value is false.
The highlight (and cursor on ios) color of the text input
Styles
The value to show for the text input. TextInput is a controlled component, which means the native value will be forced to match this value prop if provided. For most uses this works great, but in some cases this may cause flickering - one common cause is preventing edits