Using roundOff=true and intervals doesn't works when you set the hour without change it.
Example:
intervals = {
h: 1,
m: 15,
s: 1
}
And you want to set 15:00 (without change minutes) it sets 15h and actual minutes, but if you change minutes, it works good.
Using roundOff=true and intervals doesn't works when you set the hour without change it.
Example:
And you want to set 15:00 (without change minutes) it sets 15h and actual minutes, but if you change minutes, it works good.