datetimepicker
datetimepicker copied to clipboard
UI: it's not clear how to edit the analog time if one is already set
If no time is set, hovering over the analog time panel is active, letting you click to the select the hour, then minute, then AM/PM.
But after a time is set (or if one is initially set), you have to click the hour or minute or AM/PM text to get back to a mode where you can edit the time. It was not clear to me how to do this initially.
My proposal is that the analog time picker should immediately go into "edit hour" mode after a time is selected, to make it more obvious how to change the time once it's been entered.
This was actually how I originally implemented the time picker, and I decided to change it since users can very easily change the hour by accident if they move the mouse over the clock area.
I'm thinking of making the time picker to auto close after users done selecting a time. That way, when they click on the input again, it will immediately go to "edit" mode.
or maybe clicking on the clock face will also turn it into "edit" mode?