Set the Placeholder in Blazor DateRangePicker Component
22 Apr 20241 minute to read
The following code demonstrates how to set Placeholder in the DateRangePicker component.
Using Placeholder
, you can display a short hint in the input element.
@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.