jtsage / jtsage-datebox

A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
http://datebox.jtsage.dev/
Other
474 stars 166 forks source link

Durationbox: Manually entering Days, Hours, Mins, Seconds resets all other fields. #487

Closed rickjmatthews closed 5 years ago

rickjmatthews commented 5 years ago

Manually entering Days, Hours, Mins, Seconds into the duration box resets all the other fields to 0. For example the only way to enter a duration of 1 hr and 30 mins is to use the + and - buttons. If you try and type this directly into the input boxes, the hours will reset to 0.

jtsage commented 5 years ago

Yeah. I must have only tested with changing a field at a time, the logic here was never going to work. Addressed in next release, about 30 min out.

jtsage commented 5 years ago

Ok, corrected. 5.3.1 build is up on my site, http://cdn.jtsage.com/jtsage-datebox/5.3.1/, and the cdnjs repos, and the download builder.

rickjmatthews commented 5 years ago

Fixed in under a week - What a star!

Many thanks.