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:

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:
