codeRIT / hackathon-manager

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

Date, time, and datetime form inputs #883

Closed skyegallup closed 9 months ago

skyegallup commented 2 years ago

These should wrap around <input type="date">, <input type="time">, and <input type="datetime-local">, respectively.

I highly recommend we only style the "main" part of the input and not try to customize the picker popup itself, because that sounds like enough of a nightmare that chasing consistent UI isn't worth.