Skip to content

Commit

Permalink
[Uptime] Fix/filter group autocomplete (#57686)
Browse files Browse the repository at this point in the history
* added autocomplete

* snaps

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
shahzad31 and elasticmachine authored Feb 18, 2020
1 parent 60f7081 commit 326a162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const FilterPopover = ({
>
<EuiPopoverTitle>
<EuiFieldSearch
incremental={true}
disabled={items.length === 0}
onSearch={query => setSearchQuery(query)}
placeholder={
Expand Down

0 comments on commit 326a162

Please sign in to comment.