-
-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
Thanks for this great library. I enjoy the beautiful-styled controls and often use them in my projects. Lately I found out that Dash supports a convenient way to make user-data persistent by adding a persistence
attribute. So a slider that keeps its data persistant now basically comes down to one line of code:
slider = dcc.Slider(id="slider_1", persistence=True, persistence_type="local")
This dramatically simplifies the cases where before one had to pass all user-values to a Store component. I would love to see this feature implemented in dash-daq components and also would be willing to contribute. What are your thoughts?
Metadata
Metadata
Assignees
Labels
No labels