In <TelerikTimePicker>, how can I enable format in the dropdown for minutes in two digits like 01, 02, 03, 04? Currently, I found these formats for Blazor Timepicker - https://demos.telerik.com/blazor-ui/timepicker/formats. All formats are showing single-digit minutes like 1, 2, 3, and 4.
I want to set the format in the dropdown for minutes to be two digits. Same as here https://demos.telerik.com/aspnet-mvc/timepicker/component-type.
Agreed. I even go so far as to say that this is a bug in the Blazor component and not a feature request. The component's dropdown shows the time using a traditional time format (that is, showing a ":" between the time parts). No one displays a time where the minutes or seconds are shown with a single digit.
Case in point, we've had users issue bug reports to our helpdesk with one of our apps due to the time display in the dropdown.