Skip to content
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

dcc.dropdown options order not consistent during search #2989

Open
BellLongworth opened this issue Sep 8, 2024 · 0 comments
Open

dcc.dropdown options order not consistent during search #2989

BellLongworth opened this issue Sep 8, 2024 · 0 comments
Labels
bug something broken P3 not needed for current cycle

Comments

@BellLongworth
Copy link

BellLongworth commented Sep 8, 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:
image

Once I start searching for 11, the order changes and no longer matches the desired order:
image

@gvwilson gvwilson changed the title [BUG] dcc.dropdown options order not consistent during search dcc.dropdown options order not consistent during search Sep 9, 2024
@gvwilson gvwilson added bug something broken P3 not needed for current cycle labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P3 not needed for current cycle
Projects
None yet
Development

No branches or pull requests

2 participants