Calendar datetime picker with stepMinute 15 #115
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I have a field which is DateTime picker with stepMinute = 15. The problem is the minutes start not from zero but from some random number (probably from the current time). So increasing or decreasing minutes make those steps like
11
,26
,41
,56
. But the way I'd like and how I think it should work is to start from00
and then increse to15
,30
,45
. I think the initial value must be somewhere to the closest interval (eg. if now is 14:35 then it must be 14:30).I could not figure out how to fix the issue.
PS. At the beginning the field is DatePicker with time 00:00. Then I switch it to DateTimePicker dynamically so
showTime
becomestrue
.Also as an option there could be a dropdown for hour/minute input.
The text was updated successfully, but these errors were encountered: