placeholder
Description
Optional. Sets a placeholder for an inputUsage
placeholder?: 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