dash 3.2.0
dash_ag_grid 31.3.1
dash-bootstrap-components 2.0.3
dash_daq 0.6.0
Describe the bug
When creating a valid dcc.Input like this:
dcc.Input(id=id_, type='time', step=1, value='00:00:00')
I get a warning in Pycharm: Expected type 'Literal["text", "number", "password", "email", "range", "search", "tel", "url", "hidden"] | None', got 'Literal['time']' instead
Expected behavior
There should be no warning.
The same goes for type='datetime-local'.