When setting time from AM/PM vice-versa (after setting hour and minute), the time is reset.
Observed in the demo also;
https://demos.telerik.com/blazor-ui/timepicker/overview
This means that the user needs to set AM/PM first, which doesn't follow, as the AM/PM is the right-most UI element.
---
ADMIN EDIT
This is a configuration setup, and not a bug - see the discussion below on the Min and Max features.
---
Since version 4.0.0, when you initialize a time picker to start with the value of 12:00AM it will display the format instead of the actual value (for example hh:mm:ss AM, where 12:00:00 AM should have been displayed).
I would like a clockpicker something like screenshot below.
It´s easy and fast to use
The issue is exhibited in the following scenario: a TimePicker bound to a non-nullable DateTime field that is not initialized.
On attempting to change the default time value (only the hours, or the minutes) the TimePicker's validation triggers and after blurring the input shows the default value (12:00 AM). The validation is circumvented by modifying The AM/PM portion of the value. It happens only if the TimePicker uses its default format and only if you type the "A" or "P" letters with the keyboard. Changing AM to PM with the arrow keys does not circumvent the validation.
Run this REPL example: https://blazorrepl.telerik.com/QJaUFDFw05LBs4Fe22
The validation is circumvented, because DateValue is updated from 1/1/0001 to the current date.
Re-run the example and try the same with the other TimePicker (which has Format set), as well as with the DateTimePicker.
The behavior should be consistent across the board in the different picker components and should not be dependent of the current format.
All
No response