JustinGuruTech / todo-react-firebase

Todo web-app made using react, firebase, and materialUI.
0 stars 1 forks source link

Fix due date picker on Safari #38

Open TheDizruptor opened 4 years ago

TheDizruptor commented 4 years ago

For some reason the Due Date picker is broken on safari and just acts as a normal text input, this needs fixed ASAP.

TheDizruptor commented 4 years ago

Looks like Safari and IE don't have default date pickers for so that's fun. Gotta refactor the code using another date picker library to support the other browsers. :sadface:

TheDizruptor commented 4 years ago

Adding a date now works in Safari (albeit a bit janky, requiring a typed out date w/out a calendar picker) but changing an already existing date is still broken