mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 112 forks source link

Support for a native date & time fields #230

Open mnugter opened 4 years ago

mnugter commented 4 years ago

There are native form elements for date and time input but they are not supported yet in Elm UI.

It would be great to have this addition as it would allow a native date picker on mobile devices instead of having to rely on a datepicker script.

mnugter commented 4 years ago

I created a PR that might just do this here: #231

alexkorban commented 4 years ago

feature-suggestion