plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

Daq components in a form: get values with form submit? #48

Open jfrank87 opened 5 years ago

jfrank87 commented 5 years ago

Dear community,

I'm new at designing apps (with Dash), so my question may be a straightforward one. I am using some dash-daq components in a form (e.g. NumericInput, sliders). Is there a way to obtain values from all components at once ("form submit")?

I found a working example using Dash core components here: https://community.plot.ly/t/form-submission-and-routing-to-new-page/13590 Can I do something similar? For example obtaining values for several sliders at once?

Any help is appreciated. Thanks! Jeroen