Open the Blazor TimePicker Picker popup on Focus

18 Nov 20181 minute to read

You can also open the TimePicker Picker popup on input focus by setting the OpenOnFocus property to true.

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

@using Syncfusion.Blazor.Calendars

<SfTimePicker TValue="DateTime?" FullScreen="true" OpenOnFocus="true" ShowClearButton="true"></SfTimePicker>

Opening Blazor TimePicker Picker Popup