mdgriffith / style-elements

Create styles that don't mysteriously break!
http://package.elm-lang.org/packages/mdgriffith/style-elements/latest
BSD 3-Clause "New" or "Revised" License
445 stars 49 forks source link

Add date field to Element.Input #134

Closed twopoint718 closed 5 years ago

twopoint718 commented 6 years ago

This is a pretty minimal addition to support the native <input type="date"> HTML5 field. I didn't attempt to add any kind of parsing or validation to the input, just whatever the browser itself enforces.

Thanks for the library, I really like the style of development it enables.