Skip to content

Commit

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

* snaps

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
shahzad31 and elasticmachine authored Mar 6, 2020
1 parent e746862 commit bb8c4d6
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 bb8c4d6

Please sign in to comment.