Skip to content

Commit

Permalink
Merge branch 'search-autocomplete-off' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Oct 22, 2024
2 parents 76ce41d + 300bbd0 commit a1fb1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layout-header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export const LayoutHeader = withRouter(function LayoutHeader({ router }) {
ref={input}
placeholder="Search request"
autoFocus={collapsibleSearchForm}
autoComplete="off"
value={query}
onChange={onQueryChange}
onKeyDown={onKeyDown}
Expand Down

0 comments on commit a1fb1e0

Please sign in to comment.