codeRIT / hackathon-manager

All-in-one platform for hackathon registration & logistics.
https://coderit.org/hackathon-manager/
MIT License
30 stars 24 forks source link

Fork simple-form and change datetime picker and/or implement datetime-local for firefox #410

Open JeremyRudman opened 3 years ago

JeremyRudman commented 3 years ago

Simple forms datetime picker is not a very good form input for the front end and its way of handling dates and time in the backend is extremely annoying to deal with for #227. Forking simple form to make its date, time, and datetime input better. You can use chrome or bootstraps or any other datetime picker as inspiration. Also consider implementing datetime-local in Firefox as it and safari currently do not support that and so is blocking us from using that instead.

Simple form chrome_2020-11-29_20-23-00

HTML datetime-local chrome_2020-11-29_20-15-35

JeremyRudman commented 3 years ago

possible time implementation

https://user-images.githubusercontent.com/38338616/105791980-dc216600-5f54-11eb-99ce-1ab5209fd624.mp4