[BUG] AttributeError("Dropdown' object has no attribute 'multi")
I was able to use multi parameter in Dash version 2.7.0, but it does not pass the online test on edstem. I would like to know in which version of Dash the dropdown component does not have the multi parameter and what alternative is used.
dcc.Dropdown(
id="region",
options=regions,
value=[],
multi=True,
clearable=False
),
What do you mean by does not pass the online test on edstem. ?
The Dropdown always had the multi argument to allow multiple choices to be selected.
Hi - we are tidying up stale issues and PRs in Plotly's public repositories so that we can focus on things that are most important to our community. If this issue is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. (Please note that we will give priority to reports that include a short reproducible example.) If you'd like to submit a PR, we'd be happy to prioritize a review, and if it's a request for tech support, please post in our community forum. Thank you - @gvwilson