elm-datepicker icon indicating copy to clipboard operation
elm-datepicker copied to clipboard

A reusable date picker component in Elm.

Results 18 elm-datepicker issues
Sort by recently updated
recently updated
newest added

I can't access to the MonthChange type even if I expose all types from DatePicker in the imports.

Potential solution for #85 Reason for diffs on other lines is due to elm format being automatically run. Can remove these changes if required.

Use case: I want to open the datepicker when clicking on another element (not the input field). To do this I need to be able to set the open attribute...

#### Issue When a date is selected from the `elm-datepicker` the `Date` is of a local-time format. As a consequence, when the chosen `Date` is serialised, an incorrect value is...

Hello! I made a date picker inspired be https://longbill.github.io/jquery-date-range-picker/. It looks like this: ![rangedatepicker](https://user-images.githubusercontent.com/16566156/32373709-86db6b3c-c092-11e7-8af0-29ebdd240a8d.gif) It's my first elm pull request, so I am not sure that I did it right...

Hi everyone, I've been using this package and works great. My idea is to add one more field to Settings type, containerClassList, in order to get a more flexible view,...

When user types his own date into the datepicker, he expects it to update the date inside the datepicker too. It works fine, however if the user types invalid date...

bug

Looking at [the update function](https://github.com/elm-community/elm-datepicker/blob/master/src/DatePicker.elm#L310), it returns a three tuple containing, among other things, a `Cmd Msg`. However, looking at all branches of the update's `case` statement, neither one returns...

Thanks for your work on this very useful library! Today however, I have a bug to enquire about: When one .... 1. clicks on the datepicker `` to open the...

bug

Thanks for the datepicker, it is great! Could we add the option to change the year via a dropdown? Somewhat like ![js_datepicker](https://user-images.githubusercontent.com/5790222/35174097-f31267ac-fd22-11e7-8c72-65fcf0a317af.png) When input dates are way in the past,...