[EuiSelectableTemplateSitewide] Using searchProps.onSearch
breaks search highlighting
#4041
Labels
searchProps.onSearch
breaks search highlighting
#4041
onSearch
can be passed in tosearchProps
but then breaks highlighting of search results because thesearchValue
in EuiSearchField gets set to an empty string for some reason. There's a workaround that consuming apps can use of usingonKeyUpCapture
instead.Theis might be a problem more broadly with EuiSelectable but I haven't tested that.
The text was updated successfully, but these errors were encountered: