How to get all selected values of dynamically selected dropdown in a single list?
问题 How do I get all values of dynamically selected dropdown in a single list? I tried doing callback inside callback with for loop iteration, but unable to get the desired list. The issue with def a_function where callback inside a callback is present. How to get in a single list of multiple dropdowns which is dynamically updated? import dash import dash_core_components as dcc import dash_html_components as html step = html.Div( children=[ "Menu:", dcc.Dropdown(options=[{'label': v, 'value': v}