-
Notifications
You must be signed in to change notification settings - Fork 538
Allow increment of hour and minute #38
base: gh-pages
Are you sure you want to change the base?
Conversation
@JordyMoos Haven't had the time to test it, but if this does what the description says: Great stuff! Thanks. |
Of all the pullrequests attempting to implement this functionality, this is easily the best. Strong accept. |
👍 |
Any idea when this will be pulled? |
The maintainer hasn't been active on github for quite a while. |
I do not know @weareoutman does not respond |
This merge does work. I hope @weareoutman merges it soon (I did it manually for my project). |
Yea i also added both as my own here https://github.com/JordyMoos/clockpicker so i can continue with it |
Nice. Have the changes also landed in the minified version? |
Yes they have been updated |
AAAHNOOOOIICCEEE |
I mailed the maintainer 3 weeks ago with the question if he is still maintaining this but didn't get any response. |
👍 |
This pull request makes it possible that you only select minute quarters.
It allows you to set the the incremental step size for hours and minutes.
So for example if you set hourstep = 2, then you can only select even hours. minutestep = 5 and you can only select minute 5, 10, 15 etc.
Also fixed that AM/PM was not shown on initializing of the hourview (only after toggling am/pm)