Open the Blazor Datetime Picker popup on Focus

18 Nov 20181 minute to read

Open the DateTimePicker popup when the input receives focus by setting the OpenOnFocus property to true.

The following example demonstrates how to open the DateTimePicker popup when the input is focused.

@using Syncfusion.Blazor.Calendars

<SfDateTimePicker TValue="DateTime?"  OpenOnFocus="true" ShowClearButton="true"></SfDateTimePicker>

Opening the Blazor DateTimePicker popup when the input is focused