Open the Blazor TimePicker Picker popup on Focus
13 Dec 20241 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>