Date Picker widget does not appear on Chrome

The date picker widget doesn’t appear to work on Chrome. Instead of getting the nice popup calendar, I only get the date in a textbox. When I try to programmatically get the value of that date, it comes back as a None.

The docs clearly state that this widget is browser dependent. Is this a Panel issue or a Chrome issue?

Bokeh 2.0 has entirely replaced the JS library used for displaying the DatePicker so I’d just wait on that to be released, which should fix the issue.

Great, thanks!