Switch to separate date and time pickers in ElectionForm
Closed this issue · 0 comments
abir-taheer commented
Firefox doesn't support the datetime-local
input type and shows a simple text field for the date input. This isn't ideal and leads to invalid date errors. Instead of using a date picker library split up the date into separate date and time input fields in order to take advantage of the native date / time pickers on most platforms.