mercurymedia / elm-datetime-picker

Single and duration datetime picker components written in Elm 0.19
https://package.elm-lang.org/packages/mercurymedia/elm-datetime-picker/latest/
MIT License
16 stars 6 forks source link

Time not shown for whole days #42

Closed maxhille closed 1 year ago

maxhille commented 1 year ago

When the allowed times are set to the whole day, eg. by using

                    , allowedTimesOfDay =
                        \_ _ -> { startHour = 0, startMinute = 0, endHour = 23, endMinute = 59 }

the time is not shown and therefore not editable, even when using Toggleable or AlwaysVisible.

screenshot-2023-05-10T15:59:14+02:00

I suggest the time should always be shown when Toggleable or AlwaysVisible is configured.