Expanded dropdown menu?

Hi,

Is there a way to keep dcc.Dropdown always open?

Hi @tbillah,

If you are trying to bild a menu, analyze ‘dcc.Tabs’ vertical:True

Thanks for sharing your idea but is there a way to dynamically change the number of tabs? Not clear in the documentation https://dash.plotly.com/dash-core-components/tabs

Yes you can.

just put the dcc.Tabs id as Output: Output(‘my-dcc.Tabs’, ‘children’)

and send the different dcc.Tab(label=‘my-first_tab’, value=my-first_tab) etc.

I think also you can add or manipulate the different Tab using the ‘dcc.tabs’ ‘children’ as State