Skip to content

Commit

Permalink
[Fleet] Add clear button to search input bars (elastic#100476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary authored and ecezalp committed May 26, 2021
1 parent 2cc8728 commit 98d9bbd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const SearchBar: React.FunctionComponent<Props> = ({
onChange(newQuery.query as string, true);
}}
submitOnBlur
isClearable
/>
);
};

0 comments on commit 98d9bbd

Please sign in to comment.