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
My web apps are almost always multi-page with dozens to hundreds of input fields. I'm always setting all possible components to have persistence=True. Three things would be nice.
some global setting for the app to persist as much as possible.
@eidsobr
These are great suggestions and would be a nice addition to dash. It's likely that any solution would be made available in dash-labs first in order to get community feedback.
We'll keep this issue open to make sure this stays on the radar and to collect other comments on this topic.
Note that your third point: "component values updated via callbacks not persisting" is a bug and there's an open pull request to fix it. 🎊
My web apps are almost always multi-page with dozens to hundreds of input fields. I'm always setting all possible components to have persistence=True. Three things would be nice.
https://stackoverflow.com/questions/63611740/how-to-persist-state-of-plotly-graph-in-dash-app
E.g., https://community.plotly.com/t/losing-persistence-value-on-refresh-when-input-value-updated-using-callback/39813
The text was updated successfully, but these errors were encountered: