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
This results in "2:45.5 PM" in the input and a ton of invalid dates in the picker when it opens
This does not happen with other minimums, such as [17, 40.00000000000007], which correctly fills the input with 5:40 PM and the picker with options starting at the same time
This was originally observed using just a decimal hours (specifically, [16.666666666666668, 0]), so it can appear in that fashion as well.
The text was updated successfully, but these errors were encountered:
Using Chrome 108.0.5359.124 (Official Build) (x86_64) on MacOS, latest stable DatePicker (v3.6.4)
Certain decimal minimum times are not handled by pickatime correctly, resulting in greyed out values in the picker and an invalid time in the input.
Minimal repro, given some jquery input element
ip
:This results in "2:45.5 PM" in the input and a ton of invalid dates in the picker when it opens
This does not happen with other minimums, such as
[17, 40.00000000000007]
, which correctly fills the input with5:40 PM
and the picker with options starting at the same timeThis was originally observed using just a decimal hours (specifically,
[16.666666666666668, 0]
), so it can appear in that fashion as well.The text was updated successfully, but these errors were encountered: