DateTimePicker Calendar Display Error

Hey All - I just started seeing a strange issue with the DateTimePicker and DatePicker. I need to be able to change the displayFormat, which only seems to be possible using ->native(false). But when I do that, the calendar view stops working and looks like the attached photo. Any ideas what's going on here?
No description
3 Replies
bwurtz999
bwurtz9996mo ago
This is happening in Chrome, Safari, and Firefox, so I don't think it's a browser issue Anyone else experiencing this issue with DateTimePicker?
gold-panda
gold-panda6mo ago
@bwurtz999 Give me more clues to check the issue. Do you use any specific style class for the date picker?
bwurtz999
bwurtz9996mo ago
@gold-panda No I don't use any custom styling. I tried clearing the cache on each browser and still have the issue There are also no console errors @gold-panda My mistake. I wasn't running npm run dev which is why it wasn't working. It's working now