You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With default step value of "15", increment minute is coded to round the value so that if you manually enter "02" and then click Up then the new value will be "15" instead of "17". However, if you do the same thing for down then the new value becomes "47". Based on the the up behavior, down should round to "00" and then continue steps.
The text was updated successfully, but these errors were encountered:
Test Cases have been written and included in the branch.. Pull Request was submitted with the change to bootstrap-timepicker.js as well as Unit Tests (see Issue #324)
With default step value of "15", increment minute is coded to round the value so that if you manually enter "02" and then click Up then the new value will be "15" instead of "17". However, if you do the same thing for down then the new value becomes "47". Based on the the up behavior, down should round to "00" and then continue steps.
The text was updated successfully, but these errors were encountered: