Date Picker not displaying

I have a form with a date picker, and when i click the input nothing shows up, I don’t see any particular errors in the console either, so not really sure.

Can someone test to see if theirs is working as expected on a Node.js project


Scroll down to the very bottom on the left to see the input field just sitting there all by itself.

Update, I got this working, it never added the moment js stuff until i readded the datepicker as fresh directly on my layout page, rather than adding it inside my partial

@psweb, I think I might be having the same problem. I can’t get the datetime value to show up in my form in a partial, either with a datetime input type or by making it a Date Picker. Did you add a control directly in the layout page or just the moment.js framework?

I just went to my layout page, added a datepicker component, which added the moment framework for me, then i just deleted the input field it made.

OK that worked for me too. I had added the moment framework to my layout page, but that didn’t correct the problem. Added the control, and now it works.
Thanks!