Skip to content

Commit

Permalink
[Fleet] Add clear button to search input bars (#100476) (#100517)
Browse files Browse the repository at this point in the history
Co-authored-by: Zacqary Adam Xeper <Zacqary@users.noreply.github.com>
  • Loading branch information
kibanamachine and Zacqary committed May 25, 2021
1 parent c7f8276 commit e8af136
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 e8af136

Please sign in to comment.