-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Checklist with dictionary value #298
Comments
This isn't supported in our underlying component. Our documentation (https://dash.plot.ly/dash-core-components/dropdown) should do a better job of explaining these nested types but we also don't display any examples that use nested objects. We'll do a better job of raising errors for these types of issues when #264 is solved. If you need to do this, create a separate dictionary:
and refer to it in your callback:
|
Below code will help to enable all the options by defualt : default_options = [ |
It seems that value with dictionary causes only one option to appear:
Dictionary as values could be pretty handy to control inputs going inside a function with ChainMap and passing the dictionary as variables into a function with ** (two star).
The text was updated successfully, but these errors were encountered: