The following code demonstrates how to set Placeholder
in the DateTimePicker component.
Using Placeholder, you can display a short hint in the input element.
@using Syncfusion.Blazor.Calendars
<SfDateTimePicker TValue="DateTime?" Placeholder="Choose a datetime"></SfDateTimePicker>
The output will be as follows.