feat: disable autocomplete for search input (#919)
This commit is contained in:
@@ -194,6 +194,7 @@ export const NotesView: FunctionComponent<Props> = observer(
|
||||
onKeyUp={onNoteFilterKeyUp}
|
||||
onFocus={onSearchFocused}
|
||||
onBlur={onSearchBlurred}
|
||||
autocomplete="off"
|
||||
/>
|
||||
{noteFilterText && (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user