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
{{ message }}
This repository was archived by the owner on Sep 26, 2024. It is now read-only.
Colin noticed something odd with 12 hour time with the hour range. It goes from 12 -> 11. This feels a bit odd.
If you look at other parts of the app, we use 1->12 regardless of AM or PM.
I'm curious if we could make this change? It feels a bit more intuitive and makes things consistent too.
I looked into getting this fix in there, but got a bit stumped on the genArray function in InputTime to get this to work. Any ideas on how how to get this working and not create any breaking changes for the DateTimeForm (in buffer-web-components)?
Heya team,
Colin noticed something odd with 12 hour time with the hour range. It goes from 12 -> 11. This feels a bit odd.
If you look at other parts of the app, we use 1->12 regardless of AM or PM.

I'm curious if we could make this change? It feels a bit more intuitive and makes things consistent too.
I looked into getting this fix in there, but got a bit stumped on the genArray function in InputTime to get this to work. Any ideas on how how to get this working and not create any breaking changes for the DateTimeForm (in buffer-web-components)?
cc @hharnisc & @stevemdixon
The text was updated successfully, but these errors were encountered: