placeholder
Description
sets a placeholder for an inputType
string
Example
<Text placeholder="Type here" />
Details
For a placeholder to be visible in the input, a text field should be initialized without any value specified.
Related article: Adding a placeholder for the input
Related sample: Text Inputs