when introducing dbc.Tabs
to a dash app and setting active_tab = None
, no tab is set. When later setting active_tab = None
, after a tab has been activated, the tab simply stays where it currently is. Is there any way to reset Tabs
to a state without active_tab
set?