Skip to content

Commit

Permalink
[Fleet] Add clear button to search input bars (#100476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed May 24, 2021
1 parent 71acd98 commit 676d40e
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 676d40e

Please sign in to comment.