-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[BUG] Dropdown: Selected options not showing when the value
contains a comma
#1908
Comments
Yikes, yeah this bug is breaking my covid dashboard when I upgraded to 2.2 (so still there not just 2.1) from 2.0. I have a Dropdown with County,State pairs: .e.g. This is a pretty bad breaking bug, can we get someone assigned to this or otherwise are there any updates? I have reverted to 2.0 for now. |
AnnMarieW
added a commit
to AnnMarieW/dash
that referenced
this issue
Mar 4, 2022
T4rk1n
added a commit
that referenced
this issue
Mar 15, 2022
3 tasks
T4rk1n
added a commit
that referenced
this issue
Mar 23, 2022
T4rk1n
added a commit
that referenced
this issue
Apr 4, 2022
T4rk1n
added a commit
that referenced
this issue
Apr 13, 2022
T4rk1n
added a commit
that referenced
this issue
Apr 18, 2022
T4rk1n
added a commit
that referenced
this issue
Apr 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported on the forum by @ marcus:
Problem is in this spot: 'value': "50 , 10"
Specifically comma in
value
string makes that selection is not being displayed. When coma is removed or replaced (dot creates no issue) it works fine, but when coma is within the string, the selections are not displayed in the input box and are not removed from theoptions
This only occurs in Multi-Value dropdowns. This is new in Dash V2.1.0 It works as expected in V2.0.0
The text was updated successfully, but these errors were encountered: