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 searched and looked through the API and couldn't see how to do this, but apologies if this is explained somewhere. Basically in my use case only a few dates...

I am trying to implement a form with Floating Labels and I need a way to detect when the label need to move from inside the input field to above...

Due to elm-lang/virtual-dom#107, the date text element will drop characters if you type really fast. This is particularly problematic in automated tests (where text is entered extremely quickly).

This is an example of running `examples/simple` in elm-datepicker 7.2.2: ![image](https://user-images.githubusercontent.com/702885/31592175-116d5820-b272-11e7-9e35-fdd146694623.png) Version: `Safari Version 10.1.1 (12603.2.4), OSX 10.12.5` It appears to be a Safari bug, not a elm-datepicker bug, and...

Maybe with a parameter like `language = "fr-FR"`

Firstly, thanks for the date picker! Is it possible to add a time picking mode?

enhancement

When the user is interacting with the picker, it might be helpful to see the date that can be derived from the text at all times--without necessarily committing a new...

enhancement