How to set the Placeholder in Blazor DateRangePicker
14 Aug 20261 minute to read
The following example shows how to set the Placeholder in the DateRangePicker. The placeholder displays a short hint in the input element. The default value of the Placeholder property is an empty string.
@using Syncfusion.Blazor.Calendars
<SfDateRangePicker TValue="DateTime?" Placeholder="Choose a date range"></SfDateRangePicker>
NOTE
You can refer to our Blazor Date Range Picker feature tour page for its groundbreaking feature representations. You can also explore our Blazor Date Range Picker example to understand how to present and manipulate data.