dcc.Tabs "Content as Tab Children" breaks with dash >= 0.40.0
See original GitHub issueTo be more specific, could be the dash-renderer
version that is included with 0.40.0
. With version <= 0.39.0
Tab Children appear to work as intended.
A reproducible example is in the docs themselves. See Method 2. Content as Tab Children and try to click on “Tab two” or “Tab three”: https://dash.plot.ly/dash-core-components/tabs
With callbacks — works great
With children
(broken; tabs don’t respond to click events)
Possibly related to #460, but I don’t think so.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Tabs | Dash for Python Documentation | Plotly
Tab components can be used to create tabbed sections in your app. The dcc.Tab component controls the style and value of the individual...
Read more >Source - GitHub
Change Log for dash-core-components All notable changes to this project will be ... however we are not treating this as a breaking change...
Read more >Dash button inside of tab not found in callback - Stack Overflow
informations = html.Div([dcc.Tabs(id="tabs-styled-with-inline", value='VF', children[dcc.Tab(label='Ventes historiques', value='VF', ...
Read more >@plotly/webpack-dash-dynamic-import - Package Manager
Built on top of Plotly.js, React and Flask, Dash ties modern UI elements like dropdowns, sliders, ... #2332 Add key to wrapped children...
Read more >dash Changelog - pyup.io
Div () ]) dash.callback(Output(my_output, 'children'), Input(my_input, 'value')) ... breaking change for DCC as the majority of breaking changes in Plotly.js ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I believe this is fixed now; not sure which Dash release fixed it though. Closing.
looks like need a click on tab and snapshot scenario to cover that