Dash TimePicker

Hi turns out that native html types are still supported, but the error is coming from
dev_tools_props_check.

Works perfectly when I set
app.enable_dev_tools(debug=True, dev_tools_props_check=False)
or if I don’t enable devtools at all
(I’m running dash 1.0.2)

3 Likes