A major issue we’re looking into right now is the datetime component. The older version of Material UI we used to use had a datetime component that left something to be desired – you had to click through a clunky UI to set the time (and couldn’t easily edit the text. So if you wanted to change an event from 7:00pm to 7:30pm you had to navigate through some buttons and click an up arrow a bunch of times)
We’ve migrated to Material UI 1.x, which no longer bothers pretending to have a good datetime component and instead relies on the browser’s… but it turns out Firefox doesn’t actually have a datetime component at all, and Chrome’s isn’t that great.
Apologies to people trying to set dates in the meanwhile.
Mini update: I fixed a few cosmetic stylings.
A major issue we’re looking into right now is the datetime component. The older version of Material UI we used to use had a datetime component that left something to be desired – you had to click through a clunky UI to set the time (and couldn’t easily edit the text. So if you wanted to change an event from 7:00pm to 7:30pm you had to navigate through some buttons and click an up arrow a bunch of times)
We’ve migrated to Material UI 1.x, which no longer bothers pretending to have a good datetime component and instead relies on the browser’s… but it turns out Firefox doesn’t actually have a datetime component at all, and Chrome’s isn’t that great.
Apologies to people trying to set dates in the meanwhile.