Disable search bar autocomplete

This commit is contained in:
ajnart
2023-07-02 21:48:58 +09:00
parent 73cfd7601d
commit 496eb2cf67

View File

@@ -171,6 +171,7 @@ export function Search() {
<Popover.Target>
<Autocomplete
ref={textInput}
autoComplete="off"
onFocusCapture={() => setOpened(true)}
autoFocus={typeof window !== 'undefined' && window.innerWidth > 768}
rightSection={<SearchModuleMenu />}