You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this feature is not available yet in dmc, and I'll remove it from the docs until it's ready to go.
In the meantime, would the dmc.DateTimePicker work for you? It's available, just not documented yet
importdash_mantine_componentsasdmcfromdashimportDash, _dash_renderer_dash_renderer._set_react_version("18.2.0")
app=Dash(external_stylesheets=dmc.styles.ALL)
app.layout=dmc.MantineProvider(
dmc.DateTimePicker(
label="Pick date and time",
placeholder="Pick date and time",
)
)
if__name__=="__main__":
app.run(debug=True)
The component returns only the date. Can replicate issue on website/using website example
The text was updated successfully, but these errors were encountered: