Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

How to write callback for numerous inputs?

$
0
0

Hi, is there a dash equivalent of document.getElementByClass()? I have many input elements. It is impossible to write a callback function with those as:

@app.callback(Output(), [Input('in1','value1'), Input('in2','value2'), Input('in3','value3'), ...])

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 6271

Trending Articles