placeholder
Description
Optional. Sets a text for the input's placeholderUsage
placeholder?: string;
Example
<DatePicker placeholder="Select a date" />
Details
For a placeholder to be visible in the input, a date picker should be initialized without the initial value specified.
Related article: Adding a placeholder for the input