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
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
replace the result of pip list | grep dash below
dash 2.1.0
Describe the bug
Generating the docs for a component with dash.dcc.Dropdown, for example, shows the properties lists are not updated.
Here for Dropdown, id is listed first, which doesn't suggest that options and value can be provided as first positional arguments.
Expected behavior
Updated list with arguments in new order.
The text was updated successfully, but these errors were encountered:
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dash
belowDescribe the bug
Generating the docs for a component with
dash.dcc.Dropdown
, for example, shows the properties lists are not updated.Here for
Dropdown
,id
is listed first, which doesn't suggest thatoptions
andvalue
can be provided as first positional arguments.Expected behavior
Updated list with arguments in new order.
The text was updated successfully, but these errors were encountered: