BGWE / BoardgameWE

Backend of the Board Game Componion application.
MIT License
2 stars 0 forks source link

Edit time picker on mobile not working #265

Open elodieburtin opened 4 years ago

elodieburtin commented 4 years ago

When editing a form containing a time picker (e.g. event update/game update), the field is pre-filled with hh:mm:ss, which is invalid because seconds should not be specified.

hjwk commented 4 years ago

Is it not a glitch of the browser developer mode ? It does not happen on my phone and the timepicker is completely broken when emulating in a desktop browser (it shows --:-- -- and is unusable)

elodieburtin commented 4 years ago

No, it happens on waliens' phone and mine.

hjwk commented 3 years ago

Had it happen to me as well, looks like the magic start time suggestion unearthed this bug in the datetimepicker by providing it with HH::MM:SS data