Skip to content

Commit

Permalink
added oniconclick to extension search input (#9767) (#9768)
Browse files Browse the repository at this point in the history
  • Loading branch information
srietkerk authored Nov 1, 2023
1 parent de77173 commit d9b564b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/extensionsBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ export const ExtensionsBrowser = (props: ExtensionsProps) => {
placeholder={lf("Search or enter project URL...")}
ariaLabel={lf("Search or enter project URL...")}
onEnterKey={onSearchBarChange}
onIconClick={onSearchBarChange}
preserveValueOnBlur={true}
icon="fas fa-search"
/>
Expand Down

0 comments on commit d9b564b

Please sign in to comment.