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
For this dcc.Dropdown: dcc.Dropdown(options=['1', '11 Text', '12', '110', '111', '112'])
The desired order is as set in options. When nothing is typed in search I see as expected:
Once I start searching for 11, the order changes and no longer matches the desired order:
The text was updated successfully, but these errors were encountered:
gvwilson
changed the title
[BUG] dcc.dropdown options order not consistent during search
dcc.dropdown options order not consistent during search
Sep 9, 2024
dash 2.18.0
dash-bootstrap-components 1.6.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
Chrome, Windows
Describe the bug
For this dcc.Dropdown:
dcc.Dropdown(options=['1', '11 Text', '12', '110', '111', '112'])
The desired order is as set in options. When nothing is typed in search I see as expected:
Once I start searching for 11, the order changes and no longer matches the desired order:
The text was updated successfully, but these errors were encountered: