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?3 Replies
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?
@bwurtz999 Give me more clues to check the issue. Do you use any specific style class for the date picker?
@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