I am trying to give multiple inputs 0-3 dynamically using for-loop.
@callback( [Input("id_{}".format(i),"value") for i in range(step.var)] ) here the step is defined during the def.
ref: 1. https://community.plotly.com/t/dynamic-number-of-inputs-based-on-anther-input/6667/6 2. https://stackoverflow.com/questions/50961759/dynamically-adding-html-inputs-in-dash-framework
Hi Vinod! I would recommend you to use this feature of Dash to manage inputs dynamically!https://dash.plotly.com/pattern-matching-callbacks