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

Responsiveness and other thoughts #49

Open ericwern opened 5 months ago

ericwern commented 5 months ago

Hi again, I've been using this component for a while now and it's great.

I have some issues with the responsiveness of the daterangepicker, do you guys have any tips how to solve that? For example how to adjust it for smaller screens like a phone. I assume the best way would be to flip it vertically for smaller devices.

ericwern commented 5 months ago

Is there also possible to add a confirm/close button to the picker to close the popup?

ericwern commented 5 months ago

I have a lot of thoughts.. Would it make sense to add a subscription for fetching current time rather than implementing such outside of the component?

pmiddend commented 3 weeks ago

I'd also be interested in a "confirm" button. The current way to achieve confirmation seems to be to click outside the picker? That's definitely a little weird.