Drop cache hiding options

Here the search text showing some suggestions hides the options for the dropdown. Any attributes for disabling it. anyone have an answer ???

That looks like the built-in browser suggestion box… but I’ve never seen that show up on top of dropdown suggestions. Can you post the code you used to create your dropdown, also what browser & OS you’re using (and for good measure the dash version you have)?

@alexcjohnson if it’s Edge (that font looks MS-y) maybe we can disable the “autocomplete” attribute on the dcc.Dropdown (see https://stackoverflow.com/questions/32785958/disable-input-text-suggestions-in-edge/). Might be annoying to dig down into the ReactSelect code. But it could be a PR on react-select