You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
The use case here is a multipage app that generates a graph after being triggered by a button click (which the users presses after secting a couple of other controls which are used as State). So the value of n_clicks would in effect be storing "whether the user had decided to generate a graph or not".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I wonder if it makes sense to add persistence to
html.Button
sincen_clicks
is often used as an input to callbacks.cc @plotly/dash-core , @sudburyrob
The text was updated successfully, but these errors were encountered: