nehakadam / AnyPicker

jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
https://nehakadam.github.io/AnyPicker/
MIT License
116 stars 37 forks source link

Timepicker intervals #44

Open mahogato opened 4 years ago

mahogato commented 4 years ago

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.