Creating it raises the error:
My layout:
app.layout = html.Div([
dcc.Input(id='my-id', value='initial value', type='text'),
html.Div(id='my-div'),
dcc.Input(type="datetime-local",
id="SelectionFrom",
),
])
What i have to do to make it work?
I mean, clearly it is now not listed in “supported-behaviour” list. Will it ever be?