Skip to content

Commit

Permalink
feat: disable autocomplete for search input (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored Mar 12, 2022
1 parent f2e2ca6 commit 7720793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/components/NotesView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export const NotesView: FunctionComponent<Props> = observer(
onKeyUp={onNoteFilterKeyUp}
onFocus={onSearchFocused}
onBlur={onSearchBlurred}
autocomplete="off"
/>
{noteFilterText && (
<button
Expand Down

0 comments on commit 7720793

Please sign in to comment.