[EuiSearchBar] multiSelect: false
forces auto-close even when explicitly turned off
#2259
Labels
bug
good first issue
low hanging fruit
An issue, often a bug, that is lower effort and clearly ought to be fixed
In a filter with
multiSelect: false, autoClose: false
it still auto closes the dropdown after clicking an option. If I havemultiSelect: true, autoClose: false
, it doesn't auto close.The text was updated successfully, but these errors were encountered: