Hi @uni
You can use a dbc.Select instead of a dcc.Dropdown in some cases. However, if you want some of the more advanced features of the dcc.Dropdown, such as multi select or components as props, or the search, you will need to use the dcc.Dropdown and style it so it’s compatible with your selected Bootstrap theme.
You can find out more about styling dcc components with a Bootstrap theme here: