-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Checklist with dictionary value #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 = [ |
Uh oh!
There was an error while loading. Please reload this page.
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: