level12 / webgrid

Other
12 stars 7 forks source link

Use date input type for date filters #148

Closed bchopson closed 3 years ago

bchopson commented 3 years ago
bchopson commented 3 years ago

Ideally, we should wait until we have better browser support for type="datetime-local". That way the date and date time filters can both use the native browser datepicker. Another option is to use two inputs, one for date and one for time, since the "time" type is more widely supported.

https://caniuse.com/input-datetime