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