From 3435a8c3ece554e7a7db1c803ca8e05a04b7f059 Mon Sep 17 00:00:00 2001 From: Zacqary Xeper Date: Mon, 24 May 2021 11:52:33 -0500 Subject: [PATCH] [Fleet] Add clear button to search input bars --- .../fleet/public/applications/fleet/components/search_bar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx b/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx index a5b937d4590d7..f064cf1e72f18 100644 --- a/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx +++ b/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx @@ -97,6 +97,7 @@ export const SearchBar: React.FunctionComponent = ({ onChange(newQuery.query as string, true); }} submitOnBlur + isClearable /> ); };