-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugsomething brokensomething broken
Description
dash 1.12.0
dash-core-components 1.10.0
dash-html-components 1.0.3
dash-renderer 1.4.1
dash-table 4.7.0
-
if frontend related, tell us your Browser, Version and OS
- OS: linux
- Browser firefox
- Version 76
Describe the bug
When using new style id=dict(...)
compoents like dcc.Checklist
or dcc.Input
, the value is not persistent (persistence_type='session'
) over a page refresh. An ambiguous storage item is created but vanishes upon page refresh: _dash_persistence.[object Object].value.true
. All is good, when using the old style id=str(...)
.
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken