Double Dropdown in dcc.dropdown?

When I’m using a searchable dcc.Dropdown item, I get this weird ‘2nd dropdown’ which contains values I have recently searched for in this dropdown. These values seem to persist even as I restart the server and I have no idea how to clear them. Image:

dropdown
White-out areas is my dropdown selection items; red arrow is issue

Does anybody know how to disable this feature? I’d rather just disable it all together as it doesn’t provide much of a purpose for my dropdown, but if I have to just clear it every now and then that’s ok too.

Hi @maguirem

I’m happy to say that this will be fixed in the next release of Dash. See my pull request here :slight_smile:

1 Like