From 9ef11d130a5074176ce298f0c4f3060aaa0683cf Mon Sep 17 00:00:00 2001
From: Travis CI
Limits the maximum number of characters that can be entered. Use this instead of implementing the logic in JS to avoid flicker.
If true, the text input can be multiple lines. The default value is false.
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's submit button is pressed.
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 +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'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.
Styles
Used to locate this view in end-to-end tests
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